Shades of Dark Cerulean #014575
Tints of Dark Cerulean #014575
RGB
CMYK
RGB Variations
Color information
#014575 (or 0x014575) is known color: Dark Cerulean. HEX triplet: 01, 45 and 75. RGB value is (1,69,117). Sum of RGB (Red+Green+Blue) = 1+69+117=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #014575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014575 is #FEBA8A. Grayscale: #353535. Windows color (decimal): -16693899 or 7685377. OLE color: 7685377.
HSL color Cylindrical-coordinate representation of color #014575: hue angle of 204.83º 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 #014575 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 69 | 117 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.54 |
| HSL | 204.83º | 0.98% | 0.23% | - |
| HSV(B) | 204.83º | 0.99% | 0.46% | - |
| XYZ | 5.35 | 5.55 | 17.62 | - |
| YUV | 54.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 117 | 0.99 | 0.41 | 0 | 0.54 | 204.83 | 0.98 | 0.23 |
| Hex | 1 | 45 | 75 | 63 | 29 | 0 | 36 | CD | 62 | 17 |
| Octal | 1 | 105 | 165 | 143 | 51 | 0 | 66 | 315 | 142 | 27 |
| Binary | 1 | 1000101 | 1110101 | 1100011 | 101001 | 0 | 110110 | 11001101 | 1100010 | 10111 |
Color Harmonies of #014575
Complementary color
Monochromatic Colors of #014575
Black with #014575
Text Example
Text Example
White with #014575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014575; }
p { color: rgb(1,69,117); }
H1.HeaderClassName
{
color: #014575;
}
.AnyTagClassName
{
color: #014575;
}
</style>
background-color css
<style>
a { background-color: #014575; }
a { background-color: rgb(1,69,117); }
div.DivClassName
{
background-color: #014575;
}
.BgClassName
{
background-color: #014575;
}
</style>
border-color css
<style>
span { border-color: #014575; }
span { border-color: rgb(1,69,117); }
td.TdClassName
{
border-color: #014575;
}
.TagClassName
{
border-color: #014575;
}
</style>