Shades of Dark Cerulean #004891
Tints of Dark Cerulean #004891
RGB
CMYK
RGB Variations
Color information
#004891 (or 0x004891) is known color: Dark Cerulean. HEX triplet: 00, 48 and 91. RGB value is (0,72,145). Sum of RGB (Red+Green+Blue) = 0+72+145=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #004891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004891 is #FFB76E. Grayscale: #3A3A3A. Windows color (decimal): -16758639 or 9521152. OLE color: 9521152.
HSL color Cylindrical-coordinate representation of color #004891: hue angle of 210.21º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004891 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 72 | 145 | - |
| CMYK | 1 | 0.50 | 0 | 0.43 |
| HSL | 210.21º | 1% | 0.28% | - |
| HSV(B) | 210.21º | 1% | 0.57% | - |
| XYZ | 7.43 | 6.68 | 27.69 | - |
| YUV | 58.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 145 | 1 | 0.50 | 0 | 0.43 | 210.21 | 1 | 0.28 |
| Hex | 0 | 48 | 91 | 64 | 32 | 0 | 2B | D2 | 64 | 1C |
| Octal | 0 | 110 | 221 | 144 | 62 | 0 | 53 | 322 | 144 | 34 |
| Binary | 0 | 1001000 | 10010001 | 1100100 | 110010 | 0 | 101011 | 11010010 | 1100100 | 11100 |
Color Harmonies of #004891
Complementary color
Monochromatic Colors of #004891
Black with #004891
Text Example
Text Example
White with #004891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004891; }
p { color: rgb(0,72,145); }
H1.HeaderClassName
{
color: #004891;
}
.AnyTagClassName
{
color: #004891;
}
</style>
background-color css
<style>
a { background-color: #004891; }
a { background-color: rgb(0,72,145); }
div.DivClassName
{
background-color: #004891;
}
.BgClassName
{
background-color: #004891;
}
</style>
border-color css
<style>
span { border-color: #004891; }
span { border-color: rgb(0,72,145); }
td.TdClassName
{
border-color: #004891;
}
.TagClassName
{
border-color: #004891;
}
</style>