Shades of Dark Cerulean #043F7B
Tints of Dark Cerulean #043F7B
RGB
CMYK
RGB Variations
Color information
#043F7B (or 0x043F7B) is known color: Dark Cerulean. HEX triplet: 04, 3F and 7B. RGB value is (4,63,123). Sum of RGB (Red+Green+Blue) = 4+63+123=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #043F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043F7B is #FBC084. Grayscale: #333333. Windows color (decimal): -16498821 or 8077060. OLE color: 8077060.
HSL color Cylindrical-coordinate representation of color #043F7B: hue angle of 210.25º 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 #043F7B is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 63 | 123 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.52 |
| HSL | 210.25º | 0.94% | 0.25% | - |
| HSV(B) | 210.25º | 0.97% | 0.48% | - |
| XYZ | 5.4 | 5.01 | 19.42 | - |
| YUV | 52.2 | 167.95 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 123 | 0.97 | 0.49 | 0 | 0.52 | 210.25 | 0.94 | 0.25 |
| Hex | 4 | 3F | 7B | 61 | 31 | 0 | 34 | D2 | 5E | 19 |
| Octal | 4 | 77 | 173 | 141 | 61 | 0 | 64 | 322 | 136 | 31 |
| Binary | 100 | 111111 | 1111011 | 1100001 | 110001 | 0 | 110100 | 11010010 | 1011110 | 11001 |
Color Harmonies of #043F7B
Complementary color
Monochromatic Colors of #043F7B
Black with #043F7B
Text Example
Text Example
White with #043F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F7B; }
p { color: rgb(4,63,123); }
H1.HeaderClassName
{
color: #043F7B;
}
.AnyTagClassName
{
color: #043F7B;
}
</style>
background-color css
<style>
a { background-color: #043F7B; }
a { background-color: rgb(4,63,123); }
div.DivClassName
{
background-color: #043F7B;
}
.BgClassName
{
background-color: #043F7B;
}
</style>
border-color css
<style>
span { border-color: #043F7B; }
span { border-color: rgb(4,63,123); }
td.TdClassName
{
border-color: #043F7B;
}
.TagClassName
{
border-color: #043F7B;
}
</style>