Shades of Dark Cerulean #004187
Tints of Dark Cerulean #004187
RGB
CMYK
RGB Variations
Color information
#004187 (or 0x004187) is known color: Dark Cerulean. HEX triplet: 00, 41 and 87. RGB value is (0,65,135). Sum of RGB (Red+Green+Blue) = 0+65+135=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #004187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004187 is #FFBE78. Grayscale: #353535. Windows color (decimal): -16760441 or 8864000. OLE color: 8864000.
HSL color Cylindrical-coordinate representation of color #004187: hue angle of 211.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004187 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 65 | 135 | - |
| CMYK | 1 | 0.52 | 0 | 0.47 |
| HSL | 211.11º | 1% | 0.26% | - |
| HSV(B) | 211.11º | 1% | 0.53% | - |
| XYZ | 6.26 | 5.53 | 23.66 | - |
| YUV | 53.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 135 | 1 | 0.52 | 0 | 0.47 | 211.11 | 1 | 0.26 |
| Hex | 0 | 41 | 87 | 64 | 34 | 0 | 2F | D3 | 64 | 1A |
| Octal | 0 | 101 | 207 | 144 | 64 | 0 | 57 | 323 | 144 | 32 |
| Binary | 0 | 1000001 | 10000111 | 1100100 | 110100 | 0 | 101111 | 11010011 | 1100100 | 11010 |
Color Harmonies of #004187
Complementary color
Monochromatic Colors of #004187
Black with #004187
Text Example
Text Example
White with #004187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004187; }
p { color: rgb(0,65,135); }
H1.HeaderClassName
{
color: #004187;
}
.AnyTagClassName
{
color: #004187;
}
</style>
background-color css
<style>
a { background-color: #004187; }
a { background-color: rgb(0,65,135); }
div.DivClassName
{
background-color: #004187;
}
.BgClassName
{
background-color: #004187;
}
</style>
border-color css
<style>
span { border-color: #004187; }
span { border-color: rgb(0,65,135); }
td.TdClassName
{
border-color: #004187;
}
.TagClassName
{
border-color: #004187;
}
</style>