Shades of Cerulean #0A6CAC
Tints of Cerulean #0A6CAC
RGB
CMYK
RGB Variations
Color information
#0A6CAC (or 0x0A6CAC) is known color: Cerulean. HEX triplet: 0A, 6C and AC. RGB value is (10,108,172). Sum of RGB (Red+Green+Blue) = 10+108+172=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A6CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6CAC is #F59353. Grayscale: #555555. Windows color (decimal): -16094036 or 11299850. OLE color: 11299850.
HSL color Cylindrical-coordinate representation of color #0A6CAC: hue angle of 203.7º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A6CAC is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 108 | 172 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.33 |
| HSL | 203.7º | 0.89% | 0.36% | - |
| HSV(B) | 203.7º | 0.94% | 0.67% | - |
| XYZ | 12.93 | 13.77 | 41.01 | - |
| YUV | 85.99 | 176.53 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 108 | 172 | 0.94 | 0.37 | 0 | 0.33 | 203.7 | 0.89 | 0.36 |
| Hex | A | 6C | AC | 5E | 25 | 0 | 21 | CC | 59 | 24 |
| Octal | 12 | 154 | 254 | 136 | 45 | 0 | 41 | 314 | 131 | 44 |
| Binary | 1010 | 1101100 | 10101100 | 1011110 | 100101 | 0 | 100001 | 11001100 | 1011001 | 100100 |
Color Harmonies of #0A6CAC
Complementary color
Monochromatic Colors of #0A6CAC
Black with #0A6CAC
Text Example
Text Example
White with #0A6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6CAC; }
p { color: rgb(10,108,172); }
H1.HeaderClassName
{
color: #0A6CAC;
}
.AnyTagClassName
{
color: #0A6CAC;
}
</style>
background-color css
<style>
a { background-color: #0A6CAC; }
a { background-color: rgb(10,108,172); }
div.DivClassName
{
background-color: #0A6CAC;
}
.BgClassName
{
background-color: #0A6CAC;
}
</style>
border-color css
<style>
span { border-color: #0A6CAC; }
span { border-color: rgb(10,108,172); }
td.TdClassName
{
border-color: #0A6CAC;
}
.TagClassName
{
border-color: #0A6CAC;
}
</style>