Shades of Cerulean #0075AB
Tints of Cerulean #0075AB
RGB
CMYK
RGB Variations
Color information
#0075AB (or 0x0075AB) is known color: Cerulean. HEX triplet: 00, 75 and AB. RGB value is (0,117,171). Sum of RGB (Red+Green+Blue) = 0+117+171=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #0075AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0075AB is #FF8A54. Grayscale: #575757. Windows color (decimal): -16747093 or 11236608. OLE color: 11236608.
HSL color Cylindrical-coordinate representation of color #0075AB: hue angle of 198.95º 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 #0075AB is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 117 | 171 | - |
| CMYK | 1 | 0.32 | 0 | 0.33 |
| HSL | 198.95º | 1% | 0.34% | - |
| HSV(B) | 198.95º | 1% | 0.67% | - |
| XYZ | 13.71 | 15.66 | 40.83 | - |
| YUV | 88.17 | 174.74 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 171 | 1 | 0.32 | 0 | 0.33 | 198.95 | 1 | 0.34 |
| Hex | 0 | 75 | AB | 64 | 20 | 0 | 21 | C7 | 64 | 22 |
| Octal | 0 | 165 | 253 | 144 | 40 | 0 | 41 | 307 | 144 | 42 |
| Binary | 0 | 1110101 | 10101011 | 1100100 | 100000 | 0 | 100001 | 11000111 | 1100100 | 100010 |
Color Harmonies of #0075AB
Complementary color
Monochromatic Colors of #0075AB
Black with #0075AB
Text Example
Text Example
White with #0075AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0075AB; }
p { color: rgb(0,117,171); }
H1.HeaderClassName
{
color: #0075AB;
}
.AnyTagClassName
{
color: #0075AB;
}
</style>
background-color css
<style>
a { background-color: #0075AB; }
a { background-color: rgb(0,117,171); }
div.DivClassName
{
background-color: #0075AB;
}
.BgClassName
{
background-color: #0075AB;
}
</style>
border-color css
<style>
span { border-color: #0075AB; }
span { border-color: rgb(0,117,171); }
td.TdClassName
{
border-color: #0075AB;
}
.TagClassName
{
border-color: #0075AB;
}
</style>