Shades of Cerulean #0A749E
Tints of Cerulean #0A749E
RGB
CMYK
RGB Variations
Color information
#0A749E (or 0x0A749E) is known color: Cerulean. HEX triplet: 0A, 74 and 9E. RGB value is (10,116,158). Sum of RGB (Red+Green+Blue) = 10+116+158=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A749E is #F58B61. Grayscale: #585858. Windows color (decimal): -16092002 or 10384394. OLE color: 10384394.
HSL color Cylindrical-coordinate representation of color #0A749E: hue angle of 197.03º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A749E is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 116 | 158 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.38 |
| HSL | 197.03º | 0.88% | 0.33% | - |
| HSV(B) | 197.03º | 0.94% | 0.62% | - |
| XYZ | 12.54 | 15.02 | 34.59 | - |
| YUV | 89.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 158 | 0.94 | 0.27 | 0 | 0.38 | 197.03 | 0.88 | 0.33 |
| Hex | A | 74 | 9E | 5E | 1B | 0 | 26 | C5 | 58 | 21 |
| Octal | 12 | 164 | 236 | 136 | 33 | 0 | 46 | 305 | 130 | 41 |
| Binary | 1010 | 1110100 | 10011110 | 1011110 | 11011 | 0 | 100110 | 11000101 | 1011000 | 100001 |
Color Harmonies of #0A749E
Complementary color
Monochromatic Colors of #0A749E
Black with #0A749E
Text Example
Text Example
White with #0A749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A749E; }
p { color: rgb(10,116,158); }
H1.HeaderClassName
{
color: #0A749E;
}
.AnyTagClassName
{
color: #0A749E;
}
</style>
background-color css
<style>
a { background-color: #0A749E; }
a { background-color: rgb(10,116,158); }
div.DivClassName
{
background-color: #0A749E;
}
.BgClassName
{
background-color: #0A749E;
}
</style>
border-color css
<style>
span { border-color: #0A749E; }
span { border-color: rgb(10,116,158); }
td.TdClassName
{
border-color: #0A749E;
}
.TagClassName
{
border-color: #0A749E;
}
</style>