Shades of Dark Cerulean #045486
Tints of Dark Cerulean #045486
RGB
CMYK
RGB Variations
Color information
#045486 (or 0x045486) is known color: Dark Cerulean. HEX triplet: 04, 54 and 86. RGB value is (4,84,134). Sum of RGB (Red+Green+Blue) = 4+84+134=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #045486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045486 is #FBAB79. Grayscale: #414141. Windows color (decimal): -16493434 or 8803332. OLE color: 8803332.
HSL color Cylindrical-coordinate representation of color #045486: hue angle of 203.08º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045486 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 84 | 134 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.47 |
| HSL | 203.08º | 0.94% | 0.27% | - |
| HSV(B) | 203.08º | 0.97% | 0.53% | - |
| XYZ | 7.52 | 8.09 | 23.72 | - |
| YUV | 65.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 134 | 0.97 | 0.37 | 0 | 0.47 | 203.08 | 0.94 | 0.27 |
| Hex | 4 | 54 | 86 | 61 | 25 | 0 | 2F | CB | 5E | 1B |
| Octal | 4 | 124 | 206 | 141 | 45 | 0 | 57 | 313 | 136 | 33 |
| Binary | 100 | 1010100 | 10000110 | 1100001 | 100101 | 0 | 101111 | 11001011 | 1011110 | 11011 |
Color Harmonies of #045486
Complementary color
Monochromatic Colors of #045486
Black with #045486
Text Example
Text Example
White with #045486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045486; }
p { color: rgb(4,84,134); }
H1.HeaderClassName
{
color: #045486;
}
.AnyTagClassName
{
color: #045486;
}
</style>
background-color css
<style>
a { background-color: #045486; }
a { background-color: rgb(4,84,134); }
div.DivClassName
{
background-color: #045486;
}
.BgClassName
{
background-color: #045486;
}
</style>
border-color css
<style>
span { border-color: #045486; }
span { border-color: rgb(4,84,134); }
td.TdClassName
{
border-color: #045486;
}
.TagClassName
{
border-color: #045486;
}
</style>