Shades of Dark Cerulean #04538C
Tints of Dark Cerulean #04538C
RGB
CMYK
RGB Variations
Color information
#04538C (or 0x04538C) is known color: Dark Cerulean. HEX triplet: 04, 53 and 8C. RGB value is (4,83,140). Sum of RGB (Red+Green+Blue) = 4+83+140=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #04538C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04538C is #FBAC73. Grayscale: #414141. Windows color (decimal): -16493684 or 9196292. OLE color: 9196292.
HSL color Cylindrical-coordinate representation of color #04538C: hue angle of 205.15º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04538C is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 83 | 140 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.45 |
| HSL | 205.15º | 0.94% | 0.28% | - |
| HSV(B) | 205.15º | 0.97% | 0.55% | - |
| XYZ | 7.88 | 8.11 | 25.96 | - |
| YUV | 65.88 | 169.83 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 140 | 0.97 | 0.41 | 0 | 0.45 | 205.15 | 0.94 | 0.28 |
| Hex | 4 | 53 | 8C | 61 | 29 | 0 | 2D | CD | 5E | 1C |
| Octal | 4 | 123 | 214 | 141 | 51 | 0 | 55 | 315 | 136 | 34 |
| Binary | 100 | 1010011 | 10001100 | 1100001 | 101001 | 0 | 101101 | 11001101 | 1011110 | 11100 |
Color Harmonies of #04538C
Complementary color
Monochromatic Colors of #04538C
Black with #04538C
Text Example
Text Example
White with #04538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04538C; }
p { color: rgb(4,83,140); }
H1.HeaderClassName
{
color: #04538C;
}
.AnyTagClassName
{
color: #04538C;
}
</style>
background-color css
<style>
a { background-color: #04538C; }
a { background-color: rgb(4,83,140); }
div.DivClassName
{
background-color: #04538C;
}
.BgClassName
{
background-color: #04538C;
}
</style>
border-color css
<style>
span { border-color: #04538C; }
span { border-color: rgb(4,83,140); }
td.TdClassName
{
border-color: #04538C;
}
.TagClassName
{
border-color: #04538C;
}
</style>