Shades of Dark Cerulean #014074
Tints of Dark Cerulean #014074
RGB
CMYK
RGB Variations
Color information
#014074 (or 0x014074) is known color: Dark Cerulean. HEX triplet: 01, 40 and 74. RGB value is (1,64,116). Sum of RGB (Red+Green+Blue) = 1+64+116=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #014074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014074 is #FEBF8B. Grayscale: #323232. Windows color (decimal): -16695180 or 7618561. OLE color: 7618561.
HSL color Cylindrical-coordinate representation of color #014074: hue angle of 207.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014074 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 64 | 116 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.55 |
| HSL | 207.13º | 0.98% | 0.23% | - |
| HSV(B) | 207.13º | 0.99% | 0.45% | - |
| XYZ | 5 | 4.93 | 17.21 | - |
| YUV | 51.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 116 | 0.99 | 0.45 | 0 | 0.55 | 207.13 | 0.98 | 0.23 |
| Hex | 1 | 40 | 74 | 63 | 2D | 0 | 37 | CF | 62 | 17 |
| Octal | 1 | 100 | 164 | 143 | 55 | 0 | 67 | 317 | 142 | 27 |
| Binary | 1 | 1000000 | 1110100 | 1100011 | 101101 | 0 | 110111 | 11001111 | 1100010 | 10111 |
Color Harmonies of #014074
Complementary color
Monochromatic Colors of #014074
Black with #014074
Text Example
Text Example
White with #014074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014074; }
p { color: rgb(1,64,116); }
H1.HeaderClassName
{
color: #014074;
}
.AnyTagClassName
{
color: #014074;
}
</style>
background-color css
<style>
a { background-color: #014074; }
a { background-color: rgb(1,64,116); }
div.DivClassName
{
background-color: #014074;
}
.BgClassName
{
background-color: #014074;
}
</style>
border-color css
<style>
span { border-color: #014074; }
span { border-color: rgb(1,64,116); }
td.TdClassName
{
border-color: #014074;
}
.TagClassName
{
border-color: #014074;
}
</style>