Shades of Dark Cerulean #045376
Tints of Dark Cerulean #045376
RGB
CMYK
RGB Variations
Color information
#045376 (or 0x045376) is known color: Dark Cerulean. HEX triplet: 04, 53 and 76. RGB value is (4,83,118). Sum of RGB (Red+Green+Blue) = 4+83+118=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #045376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045376 is #FBAC89. Grayscale: #3F3F3F. Windows color (decimal): -16493706 or 7754500. OLE color: 7754500.
HSL color Cylindrical-coordinate representation of color #045376: hue angle of 198.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045376 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 83 | 118 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.54 |
| HSL | 198.42º | 0.93% | 0.24% | - |
| HSV(B) | 198.42º | 0.97% | 0.46% | - |
| XYZ | 6.41 | 7.52 | 18.25 | - |
| YUV | 63.37 | 158.83 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 118 | 0.97 | 0.30 | 0 | 0.54 | 198.42 | 0.93 | 0.24 |
| Hex | 4 | 53 | 76 | 61 | 1E | 0 | 36 | C6 | 5D | 18 |
| Octal | 4 | 123 | 166 | 141 | 36 | 0 | 66 | 306 | 135 | 30 |
| Binary | 100 | 1010011 | 1110110 | 1100001 | 11110 | 0 | 110110 | 11000110 | 1011101 | 11000 |
Color Harmonies of #045376
Complementary color
Monochromatic Colors of #045376
Black with #045376
Text Example
Text Example
White with #045376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045376; }
p { color: rgb(4,83,118); }
H1.HeaderClassName
{
color: #045376;
}
.AnyTagClassName
{
color: #045376;
}
</style>
background-color css
<style>
a { background-color: #045376; }
a { background-color: rgb(4,83,118); }
div.DivClassName
{
background-color: #045376;
}
.BgClassName
{
background-color: #045376;
}
</style>
border-color css
<style>
span { border-color: #045376; }
span { border-color: rgb(4,83,118); }
td.TdClassName
{
border-color: #045376;
}
.TagClassName
{
border-color: #045376;
}
</style>