Shades of Cerulean #0A75AB
Tints of Cerulean #0A75AB
RGB
CMYK
RGB Variations
Color information
#0A75AB (or 0x0A75AB) is known color: Cerulean. HEX triplet: 0A, 75 and AB. RGB value is (10,117,171). Sum of RGB (Red+Green+Blue) = 10+117+171=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A75AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A75AB is #F58A54. Grayscale: #5A5A5A. Windows color (decimal): -16091733 or 11236618. OLE color: 11236618.
HSL color Cylindrical-coordinate representation of color #0A75AB: hue angle of 200.12º 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 #0A75AB is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 117 | 171 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.33 |
| HSL | 200.12º | 0.89% | 0.35% | - |
| HSV(B) | 200.12º | 0.94% | 0.67% | - |
| XYZ | 13.84 | 15.73 | 40.83 | - |
| YUV | 91.16 | 173.05 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 171 | 0.94 | 0.32 | 0 | 0.33 | 200.12 | 0.89 | 0.35 |
| Hex | A | 75 | AB | 5E | 20 | 0 | 21 | C8 | 59 | 23 |
| Octal | 12 | 165 | 253 | 136 | 40 | 0 | 41 | 310 | 131 | 43 |
| Binary | 1010 | 1110101 | 10101011 | 1011110 | 100000 | 0 | 100001 | 11001000 | 1011001 | 100011 |
Color Harmonies of #0A75AB
Complementary color
Monochromatic Colors of #0A75AB
Black with #0A75AB
Text Example
Text Example
White with #0A75AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A75AB; }
p { color: rgb(10,117,171); }
H1.HeaderClassName
{
color: #0A75AB;
}
.AnyTagClassName
{
color: #0A75AB;
}
</style>
background-color css
<style>
a { background-color: #0A75AB; }
a { background-color: rgb(10,117,171); }
div.DivClassName
{
background-color: #0A75AB;
}
.BgClassName
{
background-color: #0A75AB;
}
</style>
border-color css
<style>
span { border-color: #0A75AB; }
span { border-color: rgb(10,117,171); }
td.TdClassName
{
border-color: #0A75AB;
}
.TagClassName
{
border-color: #0A75AB;
}
</style>