What is the RGB code for ocean blue?
The CSS color ocean blue in RGB format is rgb(3, 113, 156). Use this value directly in CSS, SVG, and most design tools.
How do I use ocean blue in CSS?
To apply ocean blue in CSS:
- Text color: color: rgb(3, 113, 156);
- Background: background-color: rgb(3, 113, 156);
- Border: border-color: rgb(3, 113, 156);
What are all the color format values for ocean blue?
| Format | Value |
|---|---|
| HEX | #03719c |
| RGB | rgb(3, 113, 156) |
| HSL | hsl(196.9, 96.2%, 31.2%) |
| CMYK | cmyk(98.1%, 27.6%, 0%, 38.8%) |
How do I convert ocean blue to RGB?
Select ocean blue from the color name list in our color converter. The RGB value — rgb(3, 113, 156) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does ocean blue belong to?
ocean blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 196.9°, saturation 96.2%, lightness 31.2%.
How do I create lighter and darker shades of ocean blue?
Lighter variant (lightness 46.2%): #04a7e7. Darker variant (lightness 16.2%): #023b51. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.