Shades of Dark Cerulean #045A8D
Tints of Dark Cerulean #045A8D
RGB
CMYK
RGB Variations
Color information
#045A8D (or 0x045A8D) is known color: Dark Cerulean. HEX triplet: 04, 5A and 8D. RGB value is (4,90,141). Sum of RGB (Red+Green+Blue) = 4+90+141=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #045A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A8D is #FBA572. Grayscale: #454545. Windows color (decimal): -16491891 or 9263620. OLE color: 9263620.
HSL color Cylindrical-coordinate representation of color #045A8D: hue angle of 202.34º 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 #045A8D is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 90 | 141 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.45 |
| HSL | 202.34º | 0.94% | 0.28% | - |
| HSV(B) | 202.34º | 0.97% | 0.55% | - |
| XYZ | 8.51 | 9.26 | 26.54 | - |
| YUV | 70.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 141 | 0.97 | 0.36 | 0 | 0.45 | 202.34 | 0.94 | 0.28 |
| Hex | 4 | 5A | 8D | 61 | 24 | 0 | 2D | CA | 5E | 1C |
| Octal | 4 | 132 | 215 | 141 | 44 | 0 | 55 | 312 | 136 | 34 |
| Binary | 100 | 1011010 | 10001101 | 1100001 | 100100 | 0 | 101101 | 11001010 | 1011110 | 11100 |
Color Harmonies of #045A8D
Complementary color
Monochromatic Colors of #045A8D
Black with #045A8D
Text Example
Text Example
White with #045A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A8D; }
p { color: rgb(4,90,141); }
H1.HeaderClassName
{
color: #045A8D;
}
.AnyTagClassName
{
color: #045A8D;
}
</style>
background-color css
<style>
a { background-color: #045A8D; }
a { background-color: rgb(4,90,141); }
div.DivClassName
{
background-color: #045A8D;
}
.BgClassName
{
background-color: #045A8D;
}
</style>
border-color css
<style>
span { border-color: #045A8D; }
span { border-color: rgb(4,90,141); }
td.TdClassName
{
border-color: #045A8D;
}
.TagClassName
{
border-color: #045A8D;
}
</style>