Shades of Cerulean #0A739F
Tints of Cerulean #0A739F
RGB
CMYK
RGB Variations
Color information
#0A739F (or 0x0A739F) is known color: Cerulean. HEX triplet: 0A, 73 and 9F. RGB value is (10,115,159). Sum of RGB (Red+Green+Blue) = 10+115+159=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A739F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A739F is #F58C60. Grayscale: #585858. Windows color (decimal): -16092257 or 10449674. OLE color: 10449674.
HSL color Cylindrical-coordinate representation of color #0A739F: hue angle of 197.72º 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 #0A739F is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 115 | 159 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.38 |
| HSL | 197.72º | 0.88% | 0.33% | - |
| HSV(B) | 197.72º | 0.94% | 0.62% | - |
| XYZ | 12.51 | 14.83 | 35 | - |
| YUV | 88.62 | 167.71 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 159 | 0.94 | 0.28 | 0 | 0.38 | 197.72 | 0.88 | 0.33 |
| Hex | A | 73 | 9F | 5E | 1C | 0 | 26 | C6 | 58 | 21 |
| Octal | 12 | 163 | 237 | 136 | 34 | 0 | 46 | 306 | 130 | 41 |
| Binary | 1010 | 1110011 | 10011111 | 1011110 | 11100 | 0 | 100110 | 11000110 | 1011000 | 100001 |
Color Harmonies of #0A739F
Complementary color
Monochromatic Colors of #0A739F
Black with #0A739F
Text Example
Text Example
White with #0A739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A739F; }
p { color: rgb(10,115,159); }
H1.HeaderClassName
{
color: #0A739F;
}
.AnyTagClassName
{
color: #0A739F;
}
</style>
background-color css
<style>
a { background-color: #0A739F; }
a { background-color: rgb(10,115,159); }
div.DivClassName
{
background-color: #0A739F;
}
.BgClassName
{
background-color: #0A739F;
}
</style>
border-color css
<style>
span { border-color: #0A739F; }
span { border-color: rgb(10,115,159); }
td.TdClassName
{
border-color: #0A739F;
}
.TagClassName
{
border-color: #0A739F;
}
</style>