Shades of Dark Cerulean #04327F
Tints of Dark Cerulean #04327F
RGB
CMYK
RGB Variations
Color information
#04327F (or 0x04327F) is known color: Dark Cerulean. HEX triplet: 04, 32 and 7F. RGB value is (4,50,127). Sum of RGB (Red+Green+Blue) = 4+50+127=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #04327F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04327F is #FBCD80. Grayscale: #2C2C2C. Windows color (decimal): -16502145 or 8335876. OLE color: 8335876.
HSL color Cylindrical-coordinate representation of color #04327F: hue angle of 217.56º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04327F is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 50 | 127 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.50 |
| HSL | 217.56º | 0.94% | 0.26% | - |
| HSV(B) | 217.56º | 0.97% | 0.5% | - |
| XYZ | 5.02 | 3.84 | 20.56 | - |
| YUV | 45.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 127 | 0.97 | 0.61 | 0 | 0.50 | 217.56 | 0.94 | 0.26 |
| Hex | 4 | 32 | 7F | 61 | 3D | 0 | 32 | DA | 5E | 1A |
| Octal | 4 | 62 | 177 | 141 | 75 | 0 | 62 | 332 | 136 | 32 |
| Binary | 100 | 110010 | 1111111 | 1100001 | 111101 | 0 | 110010 | 11011010 | 1011110 | 11010 |
Color Harmonies of #04327F
Complementary color
Monochromatic Colors of #04327F
Black with #04327F
Text Example
Text Example
White with #04327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04327F; }
p { color: rgb(4,50,127); }
H1.HeaderClassName
{
color: #04327F;
}
.AnyTagClassName
{
color: #04327F;
}
</style>
background-color css
<style>
a { background-color: #04327F; }
a { background-color: rgb(4,50,127); }
div.DivClassName
{
background-color: #04327F;
}
.BgClassName
{
background-color: #04327F;
}
</style>
border-color css
<style>
span { border-color: #04327F; }
span { border-color: rgb(4,50,127); }
td.TdClassName
{
border-color: #04327F;
}
.TagClassName
{
border-color: #04327F;
}
</style>