Shades of Cerulean #0175A2
Tints of Cerulean #0175A2
RGB
CMYK
RGB Variations
Color information
#0175A2 (or 0x0175A2) is known color: Cerulean. HEX triplet: 01, 75 and A2. RGB value is (1,117,162). Sum of RGB (Red+Green+Blue) = 1+117+162=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #0175A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0175A2 is #FE8A5D. Grayscale: #575757. Windows color (decimal): -16681566 or 10646785. OLE color: 10646785.
HSL color Cylindrical-coordinate representation of color #0175A2: hue angle of 196.77º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0175A2 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 117 | 162 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.36 |
| HSL | 196.77º | 0.99% | 0.32% | - |
| HSV(B) | 196.77º | 0.99% | 0.64% | - |
| XYZ | 12.9 | 15.34 | 36.46 | - |
| YUV | 87.45 | 170.07 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 162 | 0.99 | 0.28 | 0 | 0.36 | 196.77 | 0.99 | 0.32 |
| Hex | 1 | 75 | A2 | 63 | 1C | 0 | 24 | C5 | 63 | 20 |
| Octal | 1 | 165 | 242 | 143 | 34 | 0 | 44 | 305 | 143 | 40 |
| Binary | 1 | 1110101 | 10100010 | 1100011 | 11100 | 0 | 100100 | 11000101 | 1100011 | 100000 |
Color Harmonies of #0175A2
Complementary color
Monochromatic Colors of #0175A2
Black with #0175A2
Text Example
Text Example
White with #0175A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175A2; }
p { color: rgb(1,117,162); }
H1.HeaderClassName
{
color: #0175A2;
}
.AnyTagClassName
{
color: #0175A2;
}
</style>
background-color css
<style>
a { background-color: #0175A2; }
a { background-color: rgb(1,117,162); }
div.DivClassName
{
background-color: #0175A2;
}
.BgClassName
{
background-color: #0175A2;
}
</style>
border-color css
<style>
span { border-color: #0175A2; }
span { border-color: rgb(1,117,162); }
td.TdClassName
{
border-color: #0175A2;
}
.TagClassName
{
border-color: #0175A2;
}
</style>