Shades of Dark Cerulean #043C7F
Tints of Dark Cerulean #043C7F
RGB
CMYK
RGB Variations
Color information
#043C7F (or 0x043C7F) is known color: Dark Cerulean. HEX triplet: 04, 3C and 7F. RGB value is (4,60,127). Sum of RGB (Red+Green+Blue) = 4+60+127=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #043C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C7F is #FBC380. Grayscale: #323232. Windows color (decimal): -16499585 or 8338436. OLE color: 8338436.
HSL color Cylindrical-coordinate representation of color #043C7F: hue angle of 212.68º 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 #043C7F is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 60 | 127 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.50 |
| HSL | 212.68º | 0.94% | 0.26% | - |
| HSV(B) | 212.68º | 0.97% | 0.5% | - |
| XYZ | 5.5 | 4.79 | 20.71 | - |
| YUV | 50.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 127 | 0.97 | 0.53 | 0 | 0.50 | 212.68 | 0.94 | 0.26 |
| Hex | 4 | 3C | 7F | 61 | 35 | 0 | 32 | D5 | 5E | 1A |
| Octal | 4 | 74 | 177 | 141 | 65 | 0 | 62 | 325 | 136 | 32 |
| Binary | 100 | 111100 | 1111111 | 1100001 | 110101 | 0 | 110010 | 11010101 | 1011110 | 11010 |
Color Harmonies of #043C7F
Complementary color
Monochromatic Colors of #043C7F
Black with #043C7F
Text Example
Text Example
White with #043C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C7F; }
p { color: rgb(4,60,127); }
H1.HeaderClassName
{
color: #043C7F;
}
.AnyTagClassName
{
color: #043C7F;
}
</style>
background-color css
<style>
a { background-color: #043C7F; }
a { background-color: rgb(4,60,127); }
div.DivClassName
{
background-color: #043C7F;
}
.BgClassName
{
background-color: #043C7F;
}
</style>
border-color css
<style>
span { border-color: #043C7F; }
span { border-color: rgb(4,60,127); }
td.TdClassName
{
border-color: #043C7F;
}
.TagClassName
{
border-color: #043C7F;
}
</style>