Shades of Dark Cerulean #045B8D
Tints of Dark Cerulean #045B8D
RGB
CMYK
RGB Variations
Color information
#045B8D (or 0x045B8D) is known color: Dark Cerulean. HEX triplet: 04, 5B and 8D. RGB value is (4,91,141). Sum of RGB (Red+Green+Blue) = 4+91+141=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #045B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045B8D is #FBA472. Grayscale: #464646. Windows color (decimal): -16491635 or 9263876. OLE color: 9263876.
HSL color Cylindrical-coordinate representation of color #045B8D: hue angle of 201.9º 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 #045B8D is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 91 | 141 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.45 |
| HSL | 201.9º | 0.94% | 0.28% | - |
| HSV(B) | 201.9º | 0.97% | 0.55% | - |
| XYZ | 8.6 | 9.43 | 26.57 | - |
| YUV | 70.69 | 167.68 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 141 | 0.97 | 0.35 | 0 | 0.45 | 201.9 | 0.94 | 0.28 |
| Hex | 4 | 5B | 8D | 61 | 23 | 0 | 2D | CA | 5E | 1C |
| Octal | 4 | 133 | 215 | 141 | 43 | 0 | 55 | 312 | 136 | 34 |
| Binary | 100 | 1011011 | 10001101 | 1100001 | 100011 | 0 | 101101 | 11001010 | 1011110 | 11100 |
Color Harmonies of #045B8D
Complementary color
Monochromatic Colors of #045B8D
Black with #045B8D
Text Example
Text Example
White with #045B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045B8D; }
p { color: rgb(4,91,141); }
H1.HeaderClassName
{
color: #045B8D;
}
.AnyTagClassName
{
color: #045B8D;
}
</style>
background-color css
<style>
a { background-color: #045B8D; }
a { background-color: rgb(4,91,141); }
div.DivClassName
{
background-color: #045B8D;
}
.BgClassName
{
background-color: #045B8D;
}
</style>
border-color css
<style>
span { border-color: #045B8D; }
span { border-color: rgb(4,91,141); }
td.TdClassName
{
border-color: #045B8D;
}
.TagClassName
{
border-color: #045B8D;
}
</style>