Shades of Dark Cerulean #014D91
Tints of Dark Cerulean #014D91
RGB
CMYK
RGB Variations
Color information
#014D91 (or 0x014D91) is known color: Dark Cerulean. HEX triplet: 01, 4D and 91. RGB value is (1,77,145). Sum of RGB (Red+Green+Blue) = 1+77+145=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #014D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014D91 is #FEB26E. Grayscale: #3D3D3D. Windows color (decimal): -16691823 or 9522433. OLE color: 9522433.
HSL color Cylindrical-coordinate representation of color #014D91: hue angle of 208.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D91 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 77 | 145 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.43 |
| HSL | 208.33º | 0.99% | 0.29% | - |
| HSV(B) | 208.33º | 0.99% | 0.57% | - |
| XYZ | 7.78 | 7.36 | 27.8 | - |
| YUV | 62.03 | 174.82 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 145 | 0.99 | 0.47 | 0 | 0.43 | 208.33 | 0.99 | 0.29 |
| Hex | 1 | 4D | 91 | 63 | 2F | 0 | 2B | D0 | 63 | 1D |
| Octal | 1 | 115 | 221 | 143 | 57 | 0 | 53 | 320 | 143 | 35 |
| Binary | 1 | 1001101 | 10010001 | 1100011 | 101111 | 0 | 101011 | 11010000 | 1100011 | 11101 |
Color Harmonies of #014D91
Complementary color
Monochromatic Colors of #014D91
Black with #014D91
Text Example
Text Example
White with #014D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D91; }
p { color: rgb(1,77,145); }
H1.HeaderClassName
{
color: #014D91;
}
.AnyTagClassName
{
color: #014D91;
}
</style>
background-color css
<style>
a { background-color: #014D91; }
a { background-color: rgb(1,77,145); }
div.DivClassName
{
background-color: #014D91;
}
.BgClassName
{
background-color: #014D91;
}
</style>
border-color css
<style>
span { border-color: #014D91; }
span { border-color: rgb(1,77,145); }
td.TdClassName
{
border-color: #014D91;
}
.TagClassName
{
border-color: #014D91;
}
</style>