Shades of Dark Cerulean #014075
Tints of Dark Cerulean #014075
RGB
CMYK
RGB Variations
Color information
#014075 (or 0x014075) is known color: Dark Cerulean. HEX triplet: 01, 40 and 75. RGB value is (1,64,117). Sum of RGB (Red+Green+Blue) = 1+64+117=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #014075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014075 is #FEBF8A. Grayscale: #323232. Windows color (decimal): -16695179 or 7684097. OLE color: 7684097.
HSL color Cylindrical-coordinate representation of color #014075: hue angle of 207.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014075 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 64 | 117 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.54 |
| HSL | 207.41º | 0.98% | 0.23% | - |
| HSV(B) | 207.41º | 0.99% | 0.46% | - |
| XYZ | 5.06 | 4.96 | 17.52 | - |
| YUV | 51.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 117 | 0.99 | 0.45 | 0 | 0.54 | 207.41 | 0.98 | 0.23 |
| Hex | 1 | 40 | 75 | 63 | 2D | 0 | 36 | CF | 62 | 17 |
| Octal | 1 | 100 | 165 | 143 | 55 | 0 | 66 | 317 | 142 | 27 |
| Binary | 1 | 1000000 | 1110101 | 1100011 | 101101 | 0 | 110110 | 11001111 | 1100010 | 10111 |
Color Harmonies of #014075
Complementary color
Monochromatic Colors of #014075
Black with #014075
Text Example
Text Example
White with #014075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014075; }
p { color: rgb(1,64,117); }
H1.HeaderClassName
{
color: #014075;
}
.AnyTagClassName
{
color: #014075;
}
</style>
background-color css
<style>
a { background-color: #014075; }
a { background-color: rgb(1,64,117); }
div.DivClassName
{
background-color: #014075;
}
.BgClassName
{
background-color: #014075;
}
</style>
border-color css
<style>
span { border-color: #014075; }
span { border-color: rgb(1,64,117); }
td.TdClassName
{
border-color: #014075;
}
.TagClassName
{
border-color: #014075;
}
</style>