Shades of Dark Cerulean #014A92
Tints of Dark Cerulean #014A92
RGB
CMYK
RGB Variations
Color information
#014A92 (or 0x014A92) is known color: Dark Cerulean. HEX triplet: 01, 4A and 92. RGB value is (1,74,146). Sum of RGB (Red+Green+Blue) = 1+74+146=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #014A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A92 is #FEB56D. Grayscale: #3C3C3C. Windows color (decimal): -16692590 or 9587201. OLE color: 9587201.
HSL color Cylindrical-coordinate representation of color #014A92: hue angle of 209.79º 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 #014A92 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 74 | 146 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.43 |
| HSL | 209.79º | 0.99% | 0.29% | - |
| HSV(B) | 209.79º | 0.99% | 0.57% | - |
| XYZ | 7.65 | 6.98 | 28.14 | - |
| YUV | 60.38 | 176.32 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 146 | 0.99 | 0.49 | 0 | 0.43 | 209.79 | 0.99 | 0.29 |
| Hex | 1 | 4A | 92 | 63 | 31 | 0 | 2B | D2 | 63 | 1D |
| Octal | 1 | 112 | 222 | 143 | 61 | 0 | 53 | 322 | 143 | 35 |
| Binary | 1 | 1001010 | 10010010 | 1100011 | 110001 | 0 | 101011 | 11010010 | 1100011 | 11101 |
Color Harmonies of #014A92
Complementary color
Monochromatic Colors of #014A92
Black with #014A92
Text Example
Text Example
White with #014A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A92; }
p { color: rgb(1,74,146); }
H1.HeaderClassName
{
color: #014A92;
}
.AnyTagClassName
{
color: #014A92;
}
</style>
background-color css
<style>
a { background-color: #014A92; }
a { background-color: rgb(1,74,146); }
div.DivClassName
{
background-color: #014A92;
}
.BgClassName
{
background-color: #014A92;
}
</style>
border-color css
<style>
span { border-color: #014A92; }
span { border-color: rgb(1,74,146); }
td.TdClassName
{
border-color: #014A92;
}
.TagClassName
{
border-color: #014A92;
}
</style>