Shades of Cerulean #0A7BAC
Tints of Cerulean #0A7BAC
RGB
CMYK
RGB Variations
Color information
#0A7BAC (or 0x0A7BAC) is known color: Cerulean. HEX triplet: 0A, 7B and AC. RGB value is (10,123,172). Sum of RGB (Red+Green+Blue) = 10+123+172=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A7BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7BAC is #F58453. Grayscale: #5E5E5E. Windows color (decimal): -16090196 or 11303690. OLE color: 11303690.
HSL color Cylindrical-coordinate representation of color #0A7BAC: hue angle of 198.15º 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 #0A7BAC is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 123 | 172 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.33 |
| HSL | 198.15º | 0.89% | 0.36% | - |
| HSV(B) | 198.15º | 0.94% | 0.67% | - |
| XYZ | 14.65 | 17.21 | 41.58 | - |
| YUV | 94.8 | 171.56 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 123 | 172 | 0.94 | 0.28 | 0 | 0.33 | 198.15 | 0.89 | 0.36 |
| Hex | A | 7B | AC | 5E | 1C | 0 | 21 | C6 | 59 | 24 |
| Octal | 12 | 173 | 254 | 136 | 34 | 0 | 41 | 306 | 131 | 44 |
| Binary | 1010 | 1111011 | 10101100 | 1011110 | 11100 | 0 | 100001 | 11000110 | 1011001 | 100100 |
Color Harmonies of #0A7BAC
Complementary color
Monochromatic Colors of #0A7BAC
Black with #0A7BAC
Text Example
Text Example
White with #0A7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7BAC; }
p { color: rgb(10,123,172); }
H1.HeaderClassName
{
color: #0A7BAC;
}
.AnyTagClassName
{
color: #0A7BAC;
}
</style>
background-color css
<style>
a { background-color: #0A7BAC; }
a { background-color: rgb(10,123,172); }
div.DivClassName
{
background-color: #0A7BAC;
}
.BgClassName
{
background-color: #0A7BAC;
}
</style>
border-color css
<style>
span { border-color: #0A7BAC; }
span { border-color: rgb(10,123,172); }
td.TdClassName
{
border-color: #0A7BAC;
}
.TagClassName
{
border-color: #0A7BAC;
}
</style>