Shades of Dark Cerulean #045082
Tints of Dark Cerulean #045082
RGB
CMYK
RGB Variations
Color information
#045082 (or 0x045082) is known color: Dark Cerulean. HEX triplet: 04, 50 and 82. RGB value is (4,80,130). Sum of RGB (Red+Green+Blue) = 4+80+130=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #045082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045082 is #FBAF7D. Grayscale: #3E3E3E. Windows color (decimal): -16494462 or 8540164. OLE color: 8540164.
HSL color Cylindrical-coordinate representation of color #045082: hue angle of 203.81º 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 #045082 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 80 | 130 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.49 |
| HSL | 203.81º | 0.94% | 0.26% | - |
| HSV(B) | 203.81º | 0.97% | 0.51% | - |
| XYZ | 6.95 | 7.37 | 22.18 | - |
| YUV | 62.98 | 165.82 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 130 | 0.97 | 0.38 | 0 | 0.49 | 203.81 | 0.94 | 0.26 |
| Hex | 4 | 50 | 82 | 61 | 26 | 0 | 31 | CC | 5E | 1A |
| Octal | 4 | 120 | 202 | 141 | 46 | 0 | 61 | 314 | 136 | 32 |
| Binary | 100 | 1010000 | 10000010 | 1100001 | 100110 | 0 | 110001 | 11001100 | 1011110 | 11010 |
Color Harmonies of #045082
Complementary color
Monochromatic Colors of #045082
Black with #045082
Text Example
Text Example
White with #045082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045082; }
p { color: rgb(4,80,130); }
H1.HeaderClassName
{
color: #045082;
}
.AnyTagClassName
{
color: #045082;
}
</style>
background-color css
<style>
a { background-color: #045082; }
a { background-color: rgb(4,80,130); }
div.DivClassName
{
background-color: #045082;
}
.BgClassName
{
background-color: #045082;
}
</style>
border-color css
<style>
span { border-color: #045082; }
span { border-color: rgb(4,80,130); }
td.TdClassName
{
border-color: #045082;
}
.TagClassName
{
border-color: #045082;
}
</style>