Shades of Dark Cerulean #014F7D
Tints of Dark Cerulean #014F7D
RGB
CMYK
RGB Variations
Color information
#014F7D (or 0x014F7D) is known color: Dark Cerulean. HEX triplet: 01, 4F and 7D. RGB value is (1,79,125). Sum of RGB (Red+Green+Blue) = 1+79+125=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #014F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F7D is #FEB082. Grayscale: #3C3C3C. Windows color (decimal): -16691331 or 8212225. OLE color: 8212225.
HSL color Cylindrical-coordinate representation of color #014F7D: hue angle of 202.26º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F7D is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 79 | 125 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.51 |
| HSL | 202.26º | 0.98% | 0.25% | - |
| HSV(B) | 202.26º | 0.99% | 0.49% | - |
| XYZ | 6.51 | 7.08 | 20.43 | - |
| YUV | 60.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 125 | 0.99 | 0.37 | 0 | 0.51 | 202.26 | 0.98 | 0.25 |
| Hex | 1 | 4F | 7D | 63 | 25 | 0 | 33 | CA | 62 | 19 |
| Octal | 1 | 117 | 175 | 143 | 45 | 0 | 63 | 312 | 142 | 31 |
| Binary | 1 | 1001111 | 1111101 | 1100011 | 100101 | 0 | 110011 | 11001010 | 1100010 | 11001 |
Color Harmonies of #014F7D
Complementary color
Monochromatic Colors of #014F7D
Black with #014F7D
Text Example
Text Example
White with #014F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F7D; }
p { color: rgb(1,79,125); }
H1.HeaderClassName
{
color: #014F7D;
}
.AnyTagClassName
{
color: #014F7D;
}
</style>
background-color css
<style>
a { background-color: #014F7D; }
a { background-color: rgb(1,79,125); }
div.DivClassName
{
background-color: #014F7D;
}
.BgClassName
{
background-color: #014F7D;
}
</style>
border-color css
<style>
span { border-color: #014F7D; }
span { border-color: rgb(1,79,125); }
td.TdClassName
{
border-color: #014F7D;
}
.TagClassName
{
border-color: #014F7D;
}
</style>