Shades of Dark Cerulean #04447C
Tints of Dark Cerulean #04447C
RGB
CMYK
RGB Variations
Color information
#04447C (or 0x04447C) is known color: Dark Cerulean. HEX triplet: 04, 44 and 7C. RGB value is (4,68,124). Sum of RGB (Red+Green+Blue) = 4+68+124=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #04447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04447C is #FBBB83. Grayscale: #363636. Windows color (decimal): -16497540 or 8143876. OLE color: 8143876.
HSL color Cylindrical-coordinate representation of color #04447C: hue angle of 208º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04447C is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 68 | 124 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.51 |
| HSL | 208º | 0.94% | 0.25% | - |
| HSV(B) | 208º | 0.97% | 0.49% | - |
| XYZ | 5.76 | 5.62 | 19.85 | - |
| YUV | 55.25 | 166.8 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 124 | 0.97 | 0.45 | 0 | 0.51 | 208 | 0.94 | 0.25 |
| Hex | 4 | 44 | 7C | 61 | 2D | 0 | 33 | D0 | 5E | 19 |
| Octal | 4 | 104 | 174 | 141 | 55 | 0 | 63 | 320 | 136 | 31 |
| Binary | 100 | 1000100 | 1111100 | 1100001 | 101101 | 0 | 110011 | 11010000 | 1011110 | 11001 |
Color Harmonies of #04447C
Complementary color
Monochromatic Colors of #04447C
Black with #04447C
Text Example
Text Example
White with #04447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04447C; }
p { color: rgb(4,68,124); }
H1.HeaderClassName
{
color: #04447C;
}
.AnyTagClassName
{
color: #04447C;
}
</style>
background-color css
<style>
a { background-color: #04447C; }
a { background-color: rgb(4,68,124); }
div.DivClassName
{
background-color: #04447C;
}
.BgClassName
{
background-color: #04447C;
}
</style>
border-color css
<style>
span { border-color: #04447C; }
span { border-color: rgb(4,68,124); }
td.TdClassName
{
border-color: #04447C;
}
.TagClassName
{
border-color: #04447C;
}
</style>