Shades of Cerulean #0A68AB
Tints of Cerulean #0A68AB
RGB
CMYK
RGB Variations
Color information
#0A68AB (or 0x0A68AB) is known color: Cerulean. HEX triplet: 0A, 68 and AB. RGB value is (10,104,171). Sum of RGB (Red+Green+Blue) = 10+104+171=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A68AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A68AB is #F59754. Grayscale: #535353. Windows color (decimal): -16095061 or 11233290. OLE color: 11233290.
HSL color Cylindrical-coordinate representation of color #0A68AB: hue angle of 204.97º 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 #0A68AB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 104 | 171 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.33 |
| HSL | 204.97º | 0.89% | 0.35% | - |
| HSV(B) | 204.97º | 0.94% | 0.67% | - |
| XYZ | 12.43 | 12.91 | 40.36 | - |
| YUV | 83.53 | 177.36 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 171 | 0.94 | 0.39 | 0 | 0.33 | 204.97 | 0.89 | 0.35 |
| Hex | A | 68 | AB | 5E | 27 | 0 | 21 | CD | 59 | 23 |
| Octal | 12 | 150 | 253 | 136 | 47 | 0 | 41 | 315 | 131 | 43 |
| Binary | 1010 | 1101000 | 10101011 | 1011110 | 100111 | 0 | 100001 | 11001101 | 1011001 | 100011 |
Color Harmonies of #0A68AB
Complementary color
Monochromatic Colors of #0A68AB
Black with #0A68AB
Text Example
Text Example
White with #0A68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A68AB; }
p { color: rgb(10,104,171); }
H1.HeaderClassName
{
color: #0A68AB;
}
.AnyTagClassName
{
color: #0A68AB;
}
</style>
background-color css
<style>
a { background-color: #0A68AB; }
a { background-color: rgb(10,104,171); }
div.DivClassName
{
background-color: #0A68AB;
}
.BgClassName
{
background-color: #0A68AB;
}
</style>
border-color css
<style>
span { border-color: #0A68AB; }
span { border-color: rgb(10,104,171); }
td.TdClassName
{
border-color: #0A68AB;
}
.TagClassName
{
border-color: #0A68AB;
}
</style>