Shades of Dark Cerulean #004491
Tints of Dark Cerulean #004491
RGB
CMYK
RGB Variations
Color information
#004491 (or 0x004491) is known color: Dark Cerulean. HEX triplet: 00, 44 and 91. RGB value is (0,68,145). Sum of RGB (Red+Green+Blue) = 0+68+145=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #004491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004491 is #FFBB6E. Grayscale: #383838. Windows color (decimal): -16759663 or 9520128. OLE color: 9520128.
HSL color Cylindrical-coordinate representation of color #004491: hue angle of 211.86º 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 #004491 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 68 | 145 | - |
| CMYK | 1 | 0.53 | 0 | 0.43 |
| HSL | 211.86º | 1% | 0.28% | - |
| HSV(B) | 211.86º | 1% | 0.57% | - |
| XYZ | 7.18 | 6.18 | 27.6 | - |
| YUV | 56.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 145 | 1 | 0.53 | 0 | 0.43 | 211.86 | 1 | 0.28 |
| Hex | 0 | 44 | 91 | 64 | 35 | 0 | 2B | D4 | 64 | 1C |
| Octal | 0 | 104 | 221 | 144 | 65 | 0 | 53 | 324 | 144 | 34 |
| Binary | 0 | 1000100 | 10010001 | 1100100 | 110101 | 0 | 101011 | 11010100 | 1100100 | 11100 |
Color Harmonies of #004491
Complementary color
Monochromatic Colors of #004491
Black with #004491
Text Example
Text Example
White with #004491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004491; }
p { color: rgb(0,68,145); }
H1.HeaderClassName
{
color: #004491;
}
.AnyTagClassName
{
color: #004491;
}
</style>
background-color css
<style>
a { background-color: #004491; }
a { background-color: rgb(0,68,145); }
div.DivClassName
{
background-color: #004491;
}
.BgClassName
{
background-color: #004491;
}
</style>
border-color css
<style>
span { border-color: #004491; }
span { border-color: rgb(0,68,145); }
td.TdClassName
{
border-color: #004491;
}
.TagClassName
{
border-color: #004491;
}
</style>