What is the RGB code for marine blue?
The CSS color marine blue in RGB format is rgb(1, 56, 106). Use this value directly in CSS, SVG, and most design tools.
How do I use marine blue in CSS?
To apply marine blue in CSS:
- Text color: color: rgb(1, 56, 106);
- Background: background-color: rgb(1, 56, 106);
- Border: border-color: rgb(1, 56, 106);
What are all the color format values for marine blue?
| Format | Value |
|---|---|
| HEX | #01386a |
| RGB | rgb(1, 56, 106) |
| HSL | hsl(208.6, 98.1%, 21%) |
| CMYK | cmyk(99.1%, 47.2%, 0%, 58.4%) |
How do I convert marine blue to RGB?
Select marine blue from the color name list in our color converter. The RGB value — rgb(1, 56, 106) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does marine blue belong to?
marine blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 208.6°, saturation 98.1%, lightness 21%.
How do I create lighter and darker shades of marine blue?
Lighter variant (lightness 36%): #0260b6. Darker variant (lightness 6%): #00101e. 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.