Shades of Dark Cerulean #04327B
Tints of Dark Cerulean #04327B
RGB
CMYK
RGB Variations
Color information
#04327B (or 0x04327B) is known color: Dark Cerulean. HEX triplet: 04, 32 and 7B. RGB value is (4,50,123). Sum of RGB (Red+Green+Blue) = 4+50+123=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #04327B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04327B is #FBCD84. Grayscale: #2C2C2C. Windows color (decimal): -16502149 or 8073732. OLE color: 8073732.
HSL color Cylindrical-coordinate representation of color #04327B: hue angle of 216.81º 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 #04327B is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 50 | 123 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.52 |
| HSL | 216.81º | 0.94% | 0.25% | - |
| HSV(B) | 216.81º | 0.97% | 0.48% | - |
| XYZ | 4.77 | 3.74 | 19.21 | - |
| YUV | 44.57 | 172.26 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 123 | 0.97 | 0.59 | 0 | 0.52 | 216.81 | 0.94 | 0.25 |
| Hex | 4 | 32 | 7B | 61 | 3B | 0 | 34 | D9 | 5E | 19 |
| Octal | 4 | 62 | 173 | 141 | 73 | 0 | 64 | 331 | 136 | 31 |
| Binary | 100 | 110010 | 1111011 | 1100001 | 111011 | 0 | 110100 | 11011001 | 1011110 | 11001 |
Color Harmonies of #04327B
Complementary color
Monochromatic Colors of #04327B
Black with #04327B
Text Example
Text Example
White with #04327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04327B; }
p { color: rgb(4,50,123); }
H1.HeaderClassName
{
color: #04327B;
}
.AnyTagClassName
{
color: #04327B;
}
</style>
background-color css
<style>
a { background-color: #04327B; }
a { background-color: rgb(4,50,123); }
div.DivClassName
{
background-color: #04327B;
}
.BgClassName
{
background-color: #04327B;
}
</style>
border-color css
<style>
span { border-color: #04327B; }
span { border-color: rgb(4,50,123); }
td.TdClassName
{
border-color: #04327B;
}
.TagClassName
{
border-color: #04327B;
}
</style>