Shades of Dark Cerulean #0A4572
Tints of Dark Cerulean #0A4572
RGB
CMYK
RGB Variations
Color information
#0A4572 (or 0x0A4572) is known color: Dark Cerulean. HEX triplet: 0A, 45 and 72. RGB value is (10,69,114). Sum of RGB (Red+Green+Blue) = 10+69+114=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A4572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4572 is #F5BA8D. Grayscale: #383838. Windows color (decimal): -16104078 or 7488778. OLE color: 7488778.
HSL color Cylindrical-coordinate representation of color #0A4572: hue angle of 205.96º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4572 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 69 | 114 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.55 |
| HSL | 205.96º | 0.84% | 0.24% | - |
| HSV(B) | 205.96º | 0.91% | 0.45% | - |
| XYZ | 5.29 | 5.54 | 16.71 | - |
| YUV | 56.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 114 | 0.91 | 0.39 | 0 | 0.55 | 205.96 | 0.84 | 0.24 |
| Hex | A | 45 | 72 | 5B | 27 | 0 | 37 | CE | 54 | 18 |
| Octal | 12 | 105 | 162 | 133 | 47 | 0 | 67 | 316 | 124 | 30 |
| Binary | 1010 | 1000101 | 1110010 | 1011011 | 100111 | 0 | 110111 | 11001110 | 1010100 | 11000 |
Color Harmonies of #0A4572
Complementary color
Monochromatic Colors of #0A4572
Black with #0A4572
Text Example
Text Example
White with #0A4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4572; }
p { color: rgb(10,69,114); }
H1.HeaderClassName
{
color: #0A4572;
}
.AnyTagClassName
{
color: #0A4572;
}
</style>
background-color css
<style>
a { background-color: #0A4572; }
a { background-color: rgb(10,69,114); }
div.DivClassName
{
background-color: #0A4572;
}
.BgClassName
{
background-color: #0A4572;
}
</style>
border-color css
<style>
span { border-color: #0A4572; }
span { border-color: rgb(10,69,114); }
td.TdClassName
{
border-color: #0A4572;
}
.TagClassName
{
border-color: #0A4572;
}
</style>