Shades of Dark Cerulean #0A558B
Tints of Dark Cerulean #0A558B
RGB
CMYK
RGB Variations
Color information
#0A558B (or 0x0A558B) is known color: Dark Cerulean. HEX triplet: 0A, 55 and 8B. RGB value is (10,85,139). Sum of RGB (Red+Green+Blue) = 10+85+139=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A558B is #F5AA74. Grayscale: #444444. Windows color (decimal): -16099957 or 9131274. OLE color: 9131274.
HSL color Cylindrical-coordinate representation of color #0A558B: hue angle of 205.12º 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 #0A558B is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 85 | 139 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.45 |
| HSL | 205.12º | 0.87% | 0.29% | - |
| HSV(B) | 205.12º | 0.93% | 0.55% | - |
| XYZ | 8.03 | 8.43 | 25.63 | - |
| YUV | 68.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 139 | 0.93 | 0.39 | 0 | 0.45 | 205.12 | 0.87 | 0.29 |
| Hex | A | 55 | 8B | 5D | 27 | 0 | 2D | CD | 57 | 1D |
| Octal | 12 | 125 | 213 | 135 | 47 | 0 | 55 | 315 | 127 | 35 |
| Binary | 1010 | 1010101 | 10001011 | 1011101 | 100111 | 0 | 101101 | 11001101 | 1010111 | 11101 |
Color Harmonies of #0A558B
Complementary color
Monochromatic Colors of #0A558B
Black with #0A558B
Text Example
Text Example
White with #0A558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A558B; }
p { color: rgb(10,85,139); }
H1.HeaderClassName
{
color: #0A558B;
}
.AnyTagClassName
{
color: #0A558B;
}
</style>
background-color css
<style>
a { background-color: #0A558B; }
a { background-color: rgb(10,85,139); }
div.DivClassName
{
background-color: #0A558B;
}
.BgClassName
{
background-color: #0A558B;
}
</style>
border-color css
<style>
span { border-color: #0A558B; }
span { border-color: rgb(10,85,139); }
td.TdClassName
{
border-color: #0A558B;
}
.TagClassName
{
border-color: #0A558B;
}
</style>