Shades of Cerulean #0A7695
Tints of Cerulean #0A7695
RGB
CMYK
RGB Variations
Color information
#0A7695 (or 0x0A7695) is known color: Cerulean. HEX triplet: 0A, 76 and 95. RGB value is (10,118,149). Sum of RGB (Red+Green+Blue) = 10+118+149=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A7695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7695 is #F5896A. Grayscale: #595959. Windows color (decimal): -16091499 or 9795082. OLE color: 9795082.
HSL color Cylindrical-coordinate representation of color #0A7695: hue angle of 193.38º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7695 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 118 | 149 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.42 |
| HSL | 193.38º | 0.87% | 0.31% | - |
| HSV(B) | 193.38º | 0.93% | 0.58% | - |
| XYZ | 12.03 | 15.19 | 30.73 | - |
| YUV | 89.24 | 161.72 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 149 | 0.93 | 0.21 | 0 | 0.42 | 193.38 | 0.87 | 0.31 |
| Hex | A | 76 | 95 | 5D | 15 | 0 | 2A | C1 | 57 | 1F |
| Octal | 12 | 166 | 225 | 135 | 25 | 0 | 52 | 301 | 127 | 37 |
| Binary | 1010 | 1110110 | 10010101 | 1011101 | 10101 | 0 | 101010 | 11000001 | 1010111 | 11111 |
Color Harmonies of #0A7695
Complementary color
Monochromatic Colors of #0A7695
Black with #0A7695
Text Example
Text Example
White with #0A7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7695; }
p { color: rgb(10,118,149); }
H1.HeaderClassName
{
color: #0A7695;
}
.AnyTagClassName
{
color: #0A7695;
}
</style>
background-color css
<style>
a { background-color: #0A7695; }
a { background-color: rgb(10,118,149); }
div.DivClassName
{
background-color: #0A7695;
}
.BgClassName
{
background-color: #0A7695;
}
</style>
border-color css
<style>
span { border-color: #0A7695; }
span { border-color: rgb(10,118,149); }
td.TdClassName
{
border-color: #0A7695;
}
.TagClassName
{
border-color: #0A7695;
}
</style>