Shades of Cerulean #0A759C
Tints of Cerulean #0A759C
RGB
CMYK
RGB Variations
Color information
#0A759C (or 0x0A759C) is known color: Cerulean. HEX triplet: 0A, 75 and 9C. RGB value is (10,117,156). Sum of RGB (Red+Green+Blue) = 10+117+156=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A759C is #F58A63. Grayscale: #595959. Windows color (decimal): -16091748 or 10253578. OLE color: 10253578.
HSL color Cylindrical-coordinate representation of color #0A759C: hue angle of 196.03º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A759C is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 117 | 156 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.39 |
| HSL | 196.03º | 0.88% | 0.33% | - |
| HSV(B) | 196.03º | 0.94% | 0.61% | - |
| XYZ | 12.49 | 15.19 | 33.73 | - |
| YUV | 89.45 | 165.55 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 156 | 0.94 | 0.25 | 0 | 0.39 | 196.03 | 0.88 | 0.33 |
| Hex | A | 75 | 9C | 5E | 19 | 0 | 27 | C4 | 58 | 21 |
| Octal | 12 | 165 | 234 | 136 | 31 | 0 | 47 | 304 | 130 | 41 |
| Binary | 1010 | 1110101 | 10011100 | 1011110 | 11001 | 0 | 100111 | 11000100 | 1011000 | 100001 |
Color Harmonies of #0A759C
Complementary color
Monochromatic Colors of #0A759C
Black with #0A759C
Text Example
Text Example
White with #0A759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A759C; }
p { color: rgb(10,117,156); }
H1.HeaderClassName
{
color: #0A759C;
}
.AnyTagClassName
{
color: #0A759C;
}
</style>
background-color css
<style>
a { background-color: #0A759C; }
a { background-color: rgb(10,117,156); }
div.DivClassName
{
background-color: #0A759C;
}
.BgClassName
{
background-color: #0A759C;
}
</style>
border-color css
<style>
span { border-color: #0A759C; }
span { border-color: rgb(10,117,156); }
td.TdClassName
{
border-color: #0A759C;
}
.TagClassName
{
border-color: #0A759C;
}
</style>