Shades of Dark Cerulean #014487
Tints of Dark Cerulean #014487
RGB
CMYK
RGB Variations
Color information
#014487 (or 0x014487) is known color: Dark Cerulean. HEX triplet: 01, 44 and 87. RGB value is (1,68,135). Sum of RGB (Red+Green+Blue) = 1+68+135=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #014487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014487 is #FEBB78. Grayscale: #373737. Windows color (decimal): -16694137 or 8864769. OLE color: 8864769.
HSL color Cylindrical-coordinate representation of color #014487: hue angle of 210º 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 #014487 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 68 | 135 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.47 |
| HSL | 210º | 0.99% | 0.27% | - |
| HSV(B) | 210º | 0.99% | 0.53% | - |
| XYZ | 6.45 | 5.89 | 23.72 | - |
| YUV | 55.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 135 | 0.99 | 0.50 | 0 | 0.47 | 210 | 0.99 | 0.27 |
| Hex | 1 | 44 | 87 | 63 | 32 | 0 | 2F | D2 | 63 | 1B |
| Octal | 1 | 104 | 207 | 143 | 62 | 0 | 57 | 322 | 143 | 33 |
| Binary | 1 | 1000100 | 10000111 | 1100011 | 110010 | 0 | 101111 | 11010010 | 1100011 | 11011 |
Color Harmonies of #014487
Complementary color
Monochromatic Colors of #014487
Black with #014487
Text Example
Text Example
White with #014487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014487; }
p { color: rgb(1,68,135); }
H1.HeaderClassName
{
color: #014487;
}
.AnyTagClassName
{
color: #014487;
}
</style>
background-color css
<style>
a { background-color: #014487; }
a { background-color: rgb(1,68,135); }
div.DivClassName
{
background-color: #014487;
}
.BgClassName
{
background-color: #014487;
}
</style>
border-color css
<style>
span { border-color: #014487; }
span { border-color: rgb(1,68,135); }
td.TdClassName
{
border-color: #014487;
}
.TagClassName
{
border-color: #014487;
}
</style>