Shades of Cerulean #0A769C
Tints of Cerulean #0A769C
RGB
CMYK
RGB Variations
Color information
#0A769C (or 0x0A769C) is known color: Cerulean. HEX triplet: 0A, 76 and 9C. RGB value is (10,118,156). Sum of RGB (Red+Green+Blue) = 10+118+156=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A769C is #F58963. Grayscale: #595959. Windows color (decimal): -16091492 or 10253834. OLE color: 10253834.
HSL color Cylindrical-coordinate representation of color #0A769C: hue angle of 195.62º 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 #0A769C is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 118 | 156 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.39 |
| HSL | 195.62º | 0.88% | 0.33% | - |
| HSV(B) | 195.62º | 0.94% | 0.61% | - |
| XYZ | 12.6 | 15.42 | 33.76 | - |
| YUV | 90.04 | 165.22 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 156 | 0.94 | 0.24 | 0 | 0.39 | 195.62 | 0.88 | 0.33 |
| Hex | A | 76 | 9C | 5E | 18 | 0 | 27 | C4 | 58 | 21 |
| Octal | 12 | 166 | 234 | 136 | 30 | 0 | 47 | 304 | 130 | 41 |
| Binary | 1010 | 1110110 | 10011100 | 1011110 | 11000 | 0 | 100111 | 11000100 | 1011000 | 100001 |
Color Harmonies of #0A769C
Complementary color
Monochromatic Colors of #0A769C
Black with #0A769C
Text Example
Text Example
White with #0A769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A769C; }
p { color: rgb(10,118,156); }
H1.HeaderClassName
{
color: #0A769C;
}
.AnyTagClassName
{
color: #0A769C;
}
</style>
background-color css
<style>
a { background-color: #0A769C; }
a { background-color: rgb(10,118,156); }
div.DivClassName
{
background-color: #0A769C;
}
.BgClassName
{
background-color: #0A769C;
}
</style>
border-color css
<style>
span { border-color: #0A769C; }
span { border-color: rgb(10,118,156); }
td.TdClassName
{
border-color: #0A769C;
}
.TagClassName
{
border-color: #0A769C;
}
</style>