Shades of Dark Cerulean #0A558C
Tints of Dark Cerulean #0A558C
RGB
CMYK
RGB Variations
Color information
#0A558C (or 0x0A558C) is known color: Dark Cerulean. HEX triplet: 0A, 55 and 8C. RGB value is (10,85,140). Sum of RGB (Red+Green+Blue) = 10+85+140=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A558C is #F5AA73. Grayscale: #444444. Windows color (decimal): -16099956 or 9196810. OLE color: 9196810.
HSL color Cylindrical-coordinate representation of color #0A558C: hue angle of 205.38º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A558C is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 85 | 140 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.45 |
| HSL | 205.38º | 0.87% | 0.29% | - |
| HSV(B) | 205.38º | 0.93% | 0.55% | - |
| XYZ | 8.11 | 8.45 | 26.02 | - |
| YUV | 68.85 | 168.15 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 140 | 0.93 | 0.39 | 0 | 0.45 | 205.38 | 0.87 | 0.29 |
| Hex | A | 55 | 8C | 5D | 27 | 0 | 2D | CD | 57 | 1D |
| Octal | 12 | 125 | 214 | 135 | 47 | 0 | 55 | 315 | 127 | 35 |
| Binary | 1010 | 1010101 | 10001100 | 1011101 | 100111 | 0 | 101101 | 11001101 | 1010111 | 11101 |
Color Harmonies of #0A558C
Complementary color
Monochromatic Colors of #0A558C
Black with #0A558C
Text Example
Text Example
White with #0A558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A558C; }
p { color: rgb(10,85,140); }
H1.HeaderClassName
{
color: #0A558C;
}
.AnyTagClassName
{
color: #0A558C;
}
</style>
background-color css
<style>
a { background-color: #0A558C; }
a { background-color: rgb(10,85,140); }
div.DivClassName
{
background-color: #0A558C;
}
.BgClassName
{
background-color: #0A558C;
}
</style>
border-color css
<style>
span { border-color: #0A558C; }
span { border-color: rgb(10,85,140); }
td.TdClassName
{
border-color: #0A558C;
}
.TagClassName
{
border-color: #0A558C;
}
</style>