Shades of Cerulean #0A7192
Tints of Cerulean #0A7192
RGB
CMYK
RGB Variations
Color information
#0A7192 (or 0x0A7192) is known color: Cerulean. HEX triplet: 0A, 71 and 92. RGB value is (10,113,146). Sum of RGB (Red+Green+Blue) = 10+113+146=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A7192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7192 is #F58E6D. Grayscale: #555555. Windows color (decimal): -16092782 or 9597194. OLE color: 9597194.
HSL color Cylindrical-coordinate representation of color #0A7192: hue angle of 194.56º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7192 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 113 | 146 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.43 |
| HSL | 194.56º | 0.87% | 0.31% | - |
| HSV(B) | 194.56º | 0.93% | 0.57% | - |
| XYZ | 11.22 | 13.95 | 29.3 | - |
| YUV | 85.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 113 | 146 | 0.93 | 0.23 | 0 | 0.43 | 194.56 | 0.87 | 0.31 |
| Hex | A | 71 | 92 | 5D | 17 | 0 | 2B | C3 | 57 | 1F |
| Octal | 12 | 161 | 222 | 135 | 27 | 0 | 53 | 303 | 127 | 37 |
| Binary | 1010 | 1110001 | 10010010 | 1011101 | 10111 | 0 | 101011 | 11000011 | 1010111 | 11111 |
Color Harmonies of #0A7192
Complementary color
Monochromatic Colors of #0A7192
Black with #0A7192
Text Example
Text Example
White with #0A7192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7192; }
p { color: rgb(10,113,146); }
H1.HeaderClassName
{
color: #0A7192;
}
.AnyTagClassName
{
color: #0A7192;
}
</style>
background-color css
<style>
a { background-color: #0A7192; }
a { background-color: rgb(10,113,146); }
div.DivClassName
{
background-color: #0A7192;
}
.BgClassName
{
background-color: #0A7192;
}
</style>
border-color css
<style>
span { border-color: #0A7192; }
span { border-color: rgb(10,113,146); }
td.TdClassName
{
border-color: #0A7192;
}
.TagClassName
{
border-color: #0A7192;
}
</style>