Shades of Cerulean #017CAD
Tints of Cerulean #017CAD
RGB
CMYK
RGB Variations
Color information
#017CAD (or 0x017CAD) is known color: Cerulean. HEX triplet: 01, 7C and AD. RGB value is (1,124,173). Sum of RGB (Red+Green+Blue) = 1+124+173=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #017CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017CAD is #FE8352. Grayscale: #5C5C5C. Windows color (decimal): -16679763 or 11369473. OLE color: 11369473.
HSL color Cylindrical-coordinate representation of color #017CAD: hue angle of 197.09º 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 #017CAD is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 124 | 173 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.32 |
| HSL | 197.09º | 0.99% | 0.34% | - |
| HSV(B) | 197.09º | 0.99% | 0.68% | - |
| XYZ | 14.76 | 17.44 | 42.12 | - |
| YUV | 92.81 | 173.25 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 173 | 0.99 | 0.28 | 0 | 0.32 | 197.09 | 0.99 | 0.34 |
| Hex | 1 | 7C | AD | 63 | 1C | 0 | 20 | C5 | 63 | 22 |
| Octal | 1 | 174 | 255 | 143 | 34 | 0 | 40 | 305 | 143 | 42 |
| Binary | 1 | 1111100 | 10101101 | 1100011 | 11100 | 0 | 100000 | 11000101 | 1100011 | 100010 |
Color Harmonies of #017CAD
Complementary color
Monochromatic Colors of #017CAD
Black with #017CAD
Text Example
Text Example
White with #017CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CAD; }
p { color: rgb(1,124,173); }
H1.HeaderClassName
{
color: #017CAD;
}
.AnyTagClassName
{
color: #017CAD;
}
</style>
background-color css
<style>
a { background-color: #017CAD; }
a { background-color: rgb(1,124,173); }
div.DivClassName
{
background-color: #017CAD;
}
.BgClassName
{
background-color: #017CAD;
}
</style>
border-color css
<style>
span { border-color: #017CAD; }
span { border-color: rgb(1,124,173); }
td.TdClassName
{
border-color: #017CAD;
}
.TagClassName
{
border-color: #017CAD;
}
</style>