Shades of Dark Cerulean #04447B
Tints of Dark Cerulean #04447B
RGB
CMYK
RGB Variations
Color information
#04447B (or 0x04447B) is known color: Dark Cerulean. HEX triplet: 04, 44 and 7B. RGB value is (4,68,123). Sum of RGB (Red+Green+Blue) = 4+68+123=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #04447B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04447B is #FBBB84. Grayscale: #363636. Windows color (decimal): -16497541 or 8078340. OLE color: 8078340.
HSL color Cylindrical-coordinate representation of color #04447B: hue angle of 207.73º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04447B is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 68 | 123 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.52 |
| HSL | 207.73º | 0.94% | 0.25% | - |
| HSV(B) | 207.73º | 0.97% | 0.48% | - |
| XYZ | 5.69 | 5.59 | 19.52 | - |
| YUV | 55.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 123 | 0.97 | 0.45 | 0 | 0.52 | 207.73 | 0.94 | 0.25 |
| Hex | 4 | 44 | 7B | 61 | 2D | 0 | 34 | D0 | 5E | 19 |
| Octal | 4 | 104 | 173 | 141 | 55 | 0 | 64 | 320 | 136 | 31 |
| Binary | 100 | 1000100 | 1111011 | 1100001 | 101101 | 0 | 110100 | 11010000 | 1011110 | 11001 |
Color Harmonies of #04447B
Complementary color
Monochromatic Colors of #04447B
Black with #04447B
Text Example
Text Example
White with #04447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04447B; }
p { color: rgb(4,68,123); }
H1.HeaderClassName
{
color: #04447B;
}
.AnyTagClassName
{
color: #04447B;
}
</style>
background-color css
<style>
a { background-color: #04447B; }
a { background-color: rgb(4,68,123); }
div.DivClassName
{
background-color: #04447B;
}
.BgClassName
{
background-color: #04447B;
}
</style>
border-color css
<style>
span { border-color: #04447B; }
span { border-color: rgb(4,68,123); }
td.TdClassName
{
border-color: #04447B;
}
.TagClassName
{
border-color: #04447B;
}
</style>