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