Shades of Cerulean #0175AA
Tints of Cerulean #0175AA
RGB
CMYK
RGB Variations
Color information
#0175AA (or 0x0175AA) is known color: Cerulean. HEX triplet: 01, 75 and AA. RGB value is (1,117,170). Sum of RGB (Red+Green+Blue) = 1+117+170=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #0175AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0175AA is #FE8A55. Grayscale: #585858. Windows color (decimal): -16681558 or 11171073. OLE color: 11171073.
HSL color Cylindrical-coordinate representation of color #0175AA: hue angle of 198.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0175AA is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 117 | 170 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.33 |
| HSL | 198.82º | 0.99% | 0.34% | - |
| HSV(B) | 198.82º | 0.99% | 0.67% | - |
| XYZ | 13.63 | 15.63 | 40.33 | - |
| YUV | 88.36 | 174.07 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 170 | 0.99 | 0.31 | 0 | 0.33 | 198.82 | 0.99 | 0.34 |
| Hex | 1 | 75 | AA | 63 | 1F | 0 | 21 | C7 | 63 | 22 |
| Octal | 1 | 165 | 252 | 143 | 37 | 0 | 41 | 307 | 143 | 42 |
| Binary | 1 | 1110101 | 10101010 | 1100011 | 11111 | 0 | 100001 | 11000111 | 1100011 | 100010 |
Color Harmonies of #0175AA
Complementary color
Monochromatic Colors of #0175AA
Black with #0175AA
Text Example
Text Example
White with #0175AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175AA; }
p { color: rgb(1,117,170); }
H1.HeaderClassName
{
color: #0175AA;
}
.AnyTagClassName
{
color: #0175AA;
}
</style>
background-color css
<style>
a { background-color: #0175AA; }
a { background-color: rgb(1,117,170); }
div.DivClassName
{
background-color: #0175AA;
}
.BgClassName
{
background-color: #0175AA;
}
</style>
border-color css
<style>
span { border-color: #0175AA; }
span { border-color: rgb(1,117,170); }
td.TdClassName
{
border-color: #0175AA;
}
.TagClassName
{
border-color: #0175AA;
}
</style>