Shades of Cerulean #0175AE
Tints of Cerulean #0175AE
RGB
CMYK
RGB Variations
Color information
#0175AE (or 0x0175AE) is known color: Cerulean. HEX triplet: 01, 75 and AE. RGB value is (1,117,174). Sum of RGB (Red+Green+Blue) = 1+117+174=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #0175AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0175AE is #FE8A51. Grayscale: #585858. Windows color (decimal): -16681554 or 11433217. OLE color: 11433217.
HSL color Cylindrical-coordinate representation of color #0175AE: hue angle of 199.77º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0175AE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 117 | 174 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.32 |
| HSL | 199.77º | 0.99% | 0.34% | - |
| HSV(B) | 199.77º | 0.99% | 0.68% | - |
| XYZ | 14.01 | 15.79 | 42.35 | - |
| YUV | 88.81 | 176.07 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 174 | 0.99 | 0.33 | 0 | 0.32 | 199.77 | 0.99 | 0.34 |
| Hex | 1 | 75 | AE | 63 | 21 | 0 | 20 | C8 | 63 | 22 |
| Octal | 1 | 165 | 256 | 143 | 41 | 0 | 40 | 310 | 143 | 42 |
| Binary | 1 | 1110101 | 10101110 | 1100011 | 100001 | 0 | 100000 | 11001000 | 1100011 | 100010 |
Color Harmonies of #0175AE
Complementary color
Monochromatic Colors of #0175AE
Black with #0175AE
Text Example
Text Example
White with #0175AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175AE; }
p { color: rgb(1,117,174); }
H1.HeaderClassName
{
color: #0175AE;
}
.AnyTagClassName
{
color: #0175AE;
}
</style>
background-color css
<style>
a { background-color: #0175AE; }
a { background-color: rgb(1,117,174); }
div.DivClassName
{
background-color: #0175AE;
}
.BgClassName
{
background-color: #0175AE;
}
</style>
border-color css
<style>
span { border-color: #0175AE; }
span { border-color: rgb(1,117,174); }
td.TdClassName
{
border-color: #0175AE;
}
.TagClassName
{
border-color: #0175AE;
}
</style>