Shades of Dark Cerulean #004969
Tints of Dark Cerulean #004969
RGB
CMYK
RGB Variations
Color information
#004969 (or 0x004969) is known color: Dark Cerulean. HEX triplet: 00, 49 and 69. RGB value is (0,73,105). Sum of RGB (Red+Green+Blue) = 0+73+105=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #004969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004969 is #FFB696. Grayscale: #363636. Windows color (decimal): -16758423 or 6899968. OLE color: 6899968.
HSL color Cylindrical-coordinate representation of color #004969: hue angle of 198.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004969 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 73 | 105 | - |
| CMYK | 1 | 0.30 | 0 | 0.59 |
| HSL | 198.29º | 1% | 0.21% | - |
| HSV(B) | 198.29º | 1% | 0.41% | - |
| XYZ | 4.93 | 5.79 | 14.22 | - |
| YUV | 54.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 105 | 1 | 0.30 | 0 | 0.59 | 198.29 | 1 | 0.21 |
| Hex | 0 | 49 | 69 | 64 | 1E | 0 | 3B | C6 | 64 | 15 |
| Octal | 0 | 111 | 151 | 144 | 36 | 0 | 73 | 306 | 144 | 25 |
| Binary | 0 | 1001001 | 1101001 | 1100100 | 11110 | 0 | 111011 | 11000110 | 1100100 | 10101 |
Color Harmonies of #004969
Complementary color
Monochromatic Colors of #004969
Black with #004969
Text Example
Text Example
White with #004969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004969; }
p { color: rgb(0,73,105); }
H1.HeaderClassName
{
color: #004969;
}
.AnyTagClassName
{
color: #004969;
}
</style>
background-color css
<style>
a { background-color: #004969; }
a { background-color: rgb(0,73,105); }
div.DivClassName
{
background-color: #004969;
}
.BgClassName
{
background-color: #004969;
}
</style>
border-color css
<style>
span { border-color: #004969; }
span { border-color: rgb(0,73,105); }
td.TdClassName
{
border-color: #004969;
}
.TagClassName
{
border-color: #004969;
}
</style>