Shades of Cerulean #0A6BAD
Tints of Cerulean #0A6BAD
RGB
CMYK
RGB Variations
Color information
#0A6BAD (or 0x0A6BAD) is known color: Cerulean. HEX triplet: 0A, 6B and AD. RGB value is (10,107,173). Sum of RGB (Red+Green+Blue) = 10+107+173=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A6BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6BAD is #F59452. Grayscale: #555555. Windows color (decimal): -16094291 or 11365130. OLE color: 11365130.
HSL color Cylindrical-coordinate representation of color #0A6BAD: hue angle of 204.29º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A6BAD is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 107 | 173 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.32 |
| HSL | 204.29º | 0.89% | 0.36% | - |
| HSV(B) | 204.29º | 0.94% | 0.68% | - |
| XYZ | 12.93 | 13.6 | 41.48 | - |
| YUV | 85.52 | 177.36 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 107 | 173 | 0.94 | 0.38 | 0 | 0.32 | 204.29 | 0.89 | 0.36 |
| Hex | A | 6B | AD | 5E | 26 | 0 | 20 | CC | 59 | 24 |
| Octal | 12 | 153 | 255 | 136 | 46 | 0 | 40 | 314 | 131 | 44 |
| Binary | 1010 | 1101011 | 10101101 | 1011110 | 100110 | 0 | 100000 | 11001100 | 1011001 | 100100 |
Color Harmonies of #0A6BAD
Complementary color
Monochromatic Colors of #0A6BAD
Black with #0A6BAD
Text Example
Text Example
White with #0A6BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6BAD; }
p { color: rgb(10,107,173); }
H1.HeaderClassName
{
color: #0A6BAD;
}
.AnyTagClassName
{
color: #0A6BAD;
}
</style>
background-color css
<style>
a { background-color: #0A6BAD; }
a { background-color: rgb(10,107,173); }
div.DivClassName
{
background-color: #0A6BAD;
}
.BgClassName
{
background-color: #0A6BAD;
}
</style>
border-color css
<style>
span { border-color: #0A6BAD; }
span { border-color: rgb(10,107,173); }
td.TdClassName
{
border-color: #0A6BAD;
}
.TagClassName
{
border-color: #0A6BAD;
}
</style>