Shades of Dark Cerulean #014587
Tints of Dark Cerulean #014587
RGB
CMYK
RGB Variations
Color information
#014587 (or 0x014587) is known color: Dark Cerulean. HEX triplet: 01, 45 and 87. RGB value is (1,69,135). Sum of RGB (Red+Green+Blue) = 1+69+135=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #014587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014587 is #FEBA78. Grayscale: #373737. Windows color (decimal): -16693881 or 8865025. OLE color: 8865025.
HSL color Cylindrical-coordinate representation of color #014587: hue angle of 209.55º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014587 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 69 | 135 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.47 |
| HSL | 209.55º | 0.99% | 0.27% | - |
| HSV(B) | 209.55º | 0.99% | 0.53% | - |
| XYZ | 6.51 | 6.01 | 23.74 | - |
| YUV | 56.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 135 | 0.99 | 0.49 | 0 | 0.47 | 209.55 | 0.99 | 0.27 |
| Hex | 1 | 45 | 87 | 63 | 31 | 0 | 2F | D2 | 63 | 1B |
| Octal | 1 | 105 | 207 | 143 | 61 | 0 | 57 | 322 | 143 | 33 |
| Binary | 1 | 1000101 | 10000111 | 1100011 | 110001 | 0 | 101111 | 11010010 | 1100011 | 11011 |
Color Harmonies of #014587
Complementary color
Monochromatic Colors of #014587
Black with #014587
Text Example
Text Example
White with #014587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014587; }
p { color: rgb(1,69,135); }
H1.HeaderClassName
{
color: #014587;
}
.AnyTagClassName
{
color: #014587;
}
</style>
background-color css
<style>
a { background-color: #014587; }
a { background-color: rgb(1,69,135); }
div.DivClassName
{
background-color: #014587;
}
.BgClassName
{
background-color: #014587;
}
</style>
border-color css
<style>
span { border-color: #014587; }
span { border-color: rgb(1,69,135); }
td.TdClassName
{
border-color: #014587;
}
.TagClassName
{
border-color: #014587;
}
</style>