Shades of Dark Cerulean #014188
Tints of Dark Cerulean #014188
RGB
CMYK
RGB Variations
Color information
#014188 (or 0x014188) is known color: Dark Cerulean. HEX triplet: 01, 41 and 88. RGB value is (1,65,136). Sum of RGB (Red+Green+Blue) = 1+65+136=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #014188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014188 is #FEBE77. Grayscale: #353535. Windows color (decimal): -16694904 or 8929537. OLE color: 8929537.
HSL color Cylindrical-coordinate representation of color #014188: hue angle of 211.56º 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 #014188 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 65 | 136 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.47 |
| HSL | 211.56º | 0.99% | 0.27% | - |
| HSV(B) | 211.56º | 0.99% | 0.53% | - |
| XYZ | 6.35 | 5.56 | 24.03 | - |
| YUV | 53.96 | 174.3 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 136 | 0.99 | 0.52 | 0 | 0.47 | 211.56 | 0.99 | 0.27 |
| Hex | 1 | 41 | 88 | 63 | 34 | 0 | 2F | D4 | 63 | 1B |
| Octal | 1 | 101 | 210 | 143 | 64 | 0 | 57 | 324 | 143 | 33 |
| Binary | 1 | 1000001 | 10001000 | 1100011 | 110100 | 0 | 101111 | 11010100 | 1100011 | 11011 |
Color Harmonies of #014188
Complementary color
Monochromatic Colors of #014188
Black with #014188
Text Example
Text Example
White with #014188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014188; }
p { color: rgb(1,65,136); }
H1.HeaderClassName
{
color: #014188;
}
.AnyTagClassName
{
color: #014188;
}
</style>
background-color css
<style>
a { background-color: #014188; }
a { background-color: rgb(1,65,136); }
div.DivClassName
{
background-color: #014188;
}
.BgClassName
{
background-color: #014188;
}
</style>
border-color css
<style>
span { border-color: #014188; }
span { border-color: rgb(1,65,136); }
td.TdClassName
{
border-color: #014188;
}
.TagClassName
{
border-color: #014188;
}
</style>