Shades of Dark Cerulean #043C83
Tints of Dark Cerulean #043C83
RGB
CMYK
RGB Variations
Color information
#043C83 (or 0x043C83) is known color: Dark Cerulean. HEX triplet: 04, 3C and 83. RGB value is (4,60,131). Sum of RGB (Red+Green+Blue) = 4+60+131=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #043C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043C83 is #FBC37C. Grayscale: #333333. Windows color (decimal): -16499581 or 8600580. OLE color: 8600580.
HSL color Cylindrical-coordinate representation of color #043C83: hue angle of 213.54º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043C83 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 60 | 131 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.49 |
| HSL | 213.54º | 0.94% | 0.26% | - |
| HSV(B) | 213.54º | 0.97% | 0.51% | - |
| XYZ | 5.76 | 4.9 | 22.11 | - |
| YUV | 51.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 131 | 0.97 | 0.54 | 0 | 0.49 | 213.54 | 0.94 | 0.26 |
| Hex | 4 | 3C | 83 | 61 | 36 | 0 | 31 | D6 | 5E | 1A |
| Octal | 4 | 74 | 203 | 141 | 66 | 0 | 61 | 326 | 136 | 32 |
| Binary | 100 | 111100 | 10000011 | 1100001 | 110110 | 0 | 110001 | 11010110 | 1011110 | 11010 |
Color Harmonies of #043C83
Complementary color
Monochromatic Colors of #043C83
Black with #043C83
Text Example
Text Example
White with #043C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C83; }
p { color: rgb(4,60,131); }
H1.HeaderClassName
{
color: #043C83;
}
.AnyTagClassName
{
color: #043C83;
}
</style>
background-color css
<style>
a { background-color: #043C83; }
a { background-color: rgb(4,60,131); }
div.DivClassName
{
background-color: #043C83;
}
.BgClassName
{
background-color: #043C83;
}
</style>
border-color css
<style>
span { border-color: #043C83; }
span { border-color: rgb(4,60,131); }
td.TdClassName
{
border-color: #043C83;
}
.TagClassName
{
border-color: #043C83;
}
</style>