Shades of Cerulean #0A6E98
Tints of Cerulean #0A6E98
RGB
CMYK
RGB Variations
Color information
#0A6E98 (or 0x0A6E98) is known color: Cerulean. HEX triplet: 0A, 6E and 98. RGB value is (10,110,152). Sum of RGB (Red+Green+Blue) = 10+110+152=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A6E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6E98 is #F59167. Grayscale: #545454. Windows color (decimal): -16093544 or 9989642. OLE color: 9989642.
HSL color Cylindrical-coordinate representation of color #0A6E98: hue angle of 197.75º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6E98 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 110 | 152 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.40 |
| HSL | 197.75º | 0.88% | 0.32% | - |
| HSV(B) | 197.75º | 0.93% | 0.6% | - |
| XYZ | 11.37 | 13.48 | 31.71 | - |
| YUV | 84.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 152 | 0.93 | 0.28 | 0 | 0.40 | 197.75 | 0.88 | 0.32 |
| Hex | A | 6E | 98 | 5D | 1C | 0 | 28 | C6 | 58 | 20 |
| Octal | 12 | 156 | 230 | 135 | 34 | 0 | 50 | 306 | 130 | 40 |
| Binary | 1010 | 1101110 | 10011000 | 1011101 | 11100 | 0 | 101000 | 11000110 | 1011000 | 100000 |
Color Harmonies of #0A6E98
Complementary color
Monochromatic Colors of #0A6E98
Black with #0A6E98
Text Example
Text Example
White with #0A6E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6E98; }
p { color: rgb(10,110,152); }
H1.HeaderClassName
{
color: #0A6E98;
}
.AnyTagClassName
{
color: #0A6E98;
}
</style>
background-color css
<style>
a { background-color: #0A6E98; }
a { background-color: rgb(10,110,152); }
div.DivClassName
{
background-color: #0A6E98;
}
.BgClassName
{
background-color: #0A6E98;
}
</style>
border-color css
<style>
span { border-color: #0A6E98; }
span { border-color: rgb(10,110,152); }
td.TdClassName
{
border-color: #0A6E98;
}
.TagClassName
{
border-color: #0A6E98;
}
</style>