Shades of Cerulean #0174AE
Tints of Cerulean #0174AE
RGB
CMYK
RGB Variations
Color information
#0174AE (or 0x0174AE) is known color: Cerulean. HEX triplet: 01, 74 and AE. RGB value is (1,116,174). Sum of RGB (Red+Green+Blue) = 1+116+174=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #0174AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0174AE is #FE8B51. Grayscale: #575757. Windows color (decimal): -16681810 or 11432961. OLE color: 11432961.
HSL color Cylindrical-coordinate representation of color #0174AE: hue angle of 200.12º 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 #0174AE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 116 | 174 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.32 |
| HSL | 200.12º | 0.99% | 0.34% | - |
| HSV(B) | 200.12º | 0.99% | 0.68% | - |
| XYZ | 13.9 | 15.55 | 42.31 | - |
| YUV | 88.23 | 176.4 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 174 | 0.99 | 0.33 | 0 | 0.32 | 200.12 | 0.99 | 0.34 |
| Hex | 1 | 74 | AE | 63 | 21 | 0 | 20 | C8 | 63 | 22 |
| Octal | 1 | 164 | 256 | 143 | 41 | 0 | 40 | 310 | 143 | 42 |
| Binary | 1 | 1110100 | 10101110 | 1100011 | 100001 | 0 | 100000 | 11001000 | 1100011 | 100010 |
Color Harmonies of #0174AE
Complementary color
Monochromatic Colors of #0174AE
Black with #0174AE
Text Example
Text Example
White with #0174AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0174AE; }
p { color: rgb(1,116,174); }
H1.HeaderClassName
{
color: #0174AE;
}
.AnyTagClassName
{
color: #0174AE;
}
</style>
background-color css
<style>
a { background-color: #0174AE; }
a { background-color: rgb(1,116,174); }
div.DivClassName
{
background-color: #0174AE;
}
.BgClassName
{
background-color: #0174AE;
}
</style>
border-color css
<style>
span { border-color: #0174AE; }
span { border-color: rgb(1,116,174); }
td.TdClassName
{
border-color: #0174AE;
}
.TagClassName
{
border-color: #0174AE;
}
</style>