Shades of Cerulean #0073AB
Tints of Cerulean #0073AB
RGB
CMYK
RGB Variations
Color information
#0073AB (or 0x0073AB) is known color: Cerulean. HEX triplet: 00, 73 and AB. RGB value is (0,115,171). Sum of RGB (Red+Green+Blue) = 0+115+171=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 115 (45.31% from 255 or 40.21% 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 #0073AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0073AB is #FF8C54. Grayscale: #565656. Windows color (decimal): -16747605 or 11236096. OLE color: 11236096.
HSL color Cylindrical-coordinate representation of color #0073AB: hue angle of 199.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0073AB is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 115 | 171 | - |
| CMYK | 1 | 0.33 | 0 | 0.33 |
| HSL | 199.65º | 1% | 0.34% | - |
| HSV(B) | 199.65º | 1% | 0.67% | - |
| XYZ | 13.48 | 15.2 | 40.75 | - |
| YUV | 87 | 175.4 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 171 | 1 | 0.33 | 0 | 0.33 | 199.65 | 1 | 0.34 |
| Hex | 0 | 73 | AB | 64 | 21 | 0 | 21 | C8 | 64 | 22 |
| Octal | 0 | 163 | 253 | 144 | 41 | 0 | 41 | 310 | 144 | 42 |
| Binary | 0 | 1110011 | 10101011 | 1100100 | 100001 | 0 | 100001 | 11001000 | 1100100 | 100010 |
Color Harmonies of #0073AB
Complementary color
Monochromatic Colors of #0073AB
Black with #0073AB
Text Example
Text Example
White with #0073AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0073AB; }
p { color: rgb(0,115,171); }
H1.HeaderClassName
{
color: #0073AB;
}
.AnyTagClassName
{
color: #0073AB;
}
</style>
background-color css
<style>
a { background-color: #0073AB; }
a { background-color: rgb(0,115,171); }
div.DivClassName
{
background-color: #0073AB;
}
.BgClassName
{
background-color: #0073AB;
}
</style>
border-color css
<style>
span { border-color: #0073AB; }
span { border-color: rgb(0,115,171); }
td.TdClassName
{
border-color: #0073AB;
}
.TagClassName
{
border-color: #0073AB;
}
</style>