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