Shades of Cerulean #0A7ABC
Tints of Cerulean #0A7ABC
RGB
CMYK
RGB Variations
Color information
#0A7ABC (or 0x0A7ABC) is known color: Cerulean. HEX triplet: 0A, 7A and BC. RGB value is (10,122,188). Sum of RGB (Red+Green+Blue) = 10+122+188=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A7ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7ABC is #F58543. Grayscale: #5F5F5F. Windows color (decimal): -16090436 or 12352010. OLE color: 12352010.
HSL color Cylindrical-coordinate representation of color #0A7ABC: hue angle of 202.25º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A7ABC is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 122 | 188 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.26 |
| HSL | 202.25º | 0.9% | 0.39% | - |
| HSV(B) | 202.25º | 0.95% | 0.74% | - |
| XYZ | 16.16 | 17.61 | 50.13 | - |
| YUV | 96.04 | 179.89 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 122 | 188 | 0.95 | 0.35 | 0 | 0.26 | 202.25 | 0.9 | 0.39 |
| Hex | A | 7A | BC | 5F | 23 | 0 | 1A | CA | 5A | 27 |
| Octal | 12 | 172 | 274 | 137 | 43 | 0 | 32 | 312 | 132 | 47 |
| Binary | 1010 | 1111010 | 10111100 | 1011111 | 100011 | 0 | 11010 | 11001010 | 1011010 | 100111 |
Color Harmonies of #0A7ABC
Complementary color
Monochromatic Colors of #0A7ABC
Black with #0A7ABC
Text Example
Text Example
White with #0A7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7ABC; }
p { color: rgb(10,122,188); }
H1.HeaderClassName
{
color: #0A7ABC;
}
.AnyTagClassName
{
color: #0A7ABC;
}
</style>
background-color css
<style>
a { background-color: #0A7ABC; }
a { background-color: rgb(10,122,188); }
div.DivClassName
{
background-color: #0A7ABC;
}
.BgClassName
{
background-color: #0A7ABC;
}
</style>
border-color css
<style>
span { border-color: #0A7ABC; }
span { border-color: rgb(10,122,188); }
td.TdClassName
{
border-color: #0A7ABC;
}
.TagClassName
{
border-color: #0A7ABC;
}
</style>