Shades of Cerulean #0A69AB
Tints of Cerulean #0A69AB
RGB
CMYK
RGB Variations
Color information
#0A69AB (or 0x0A69AB) is known color: Cerulean. HEX triplet: 0A, 69 and AB. RGB value is (10,105,171). Sum of RGB (Red+Green+Blue) = 10+105+171=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A69AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A69AB is #F59654. Grayscale: #535353. Windows color (decimal): -16094805 or 11233546. OLE color: 11233546.
HSL color Cylindrical-coordinate representation of color #0A69AB: hue angle of 204.6º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A69AB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 105 | 171 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.33 |
| HSL | 204.6º | 0.89% | 0.35% | - |
| HSV(B) | 204.6º | 0.94% | 0.67% | - |
| XYZ | 12.53 | 13.11 | 40.4 | - |
| YUV | 84.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 171 | 0.94 | 0.39 | 0 | 0.33 | 204.6 | 0.89 | 0.35 |
| Hex | A | 69 | AB | 5E | 27 | 0 | 21 | CD | 59 | 23 |
| Octal | 12 | 151 | 253 | 136 | 47 | 0 | 41 | 315 | 131 | 43 |
| Binary | 1010 | 1101001 | 10101011 | 1011110 | 100111 | 0 | 100001 | 11001101 | 1011001 | 100011 |
Color Harmonies of #0A69AB
Complementary color
Monochromatic Colors of #0A69AB
Black with #0A69AB
Text Example
Text Example
White with #0A69AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A69AB; }
p { color: rgb(10,105,171); }
H1.HeaderClassName
{
color: #0A69AB;
}
.AnyTagClassName
{
color: #0A69AB;
}
</style>
background-color css
<style>
a { background-color: #0A69AB; }
a { background-color: rgb(10,105,171); }
div.DivClassName
{
background-color: #0A69AB;
}
.BgClassName
{
background-color: #0A69AB;
}
</style>
border-color css
<style>
span { border-color: #0A69AB; }
span { border-color: rgb(10,105,171); }
td.TdClassName
{
border-color: #0A69AB;
}
.TagClassName
{
border-color: #0A69AB;
}
</style>