Shades of Cerulean #017DAA
Tints of Cerulean #017DAA
RGB
CMYK
RGB Variations
Color information
#017DAA (or 0x017DAA) is known color: Cerulean. HEX triplet: 01, 7D and AA. RGB value is (1,125,170). Sum of RGB (Red+Green+Blue) = 1+125+170=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #017DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DAA is #FE8255. Grayscale: #5C5C5C. Windows color (decimal): -16679510 or 11173121. OLE color: 11173121.
HSL color Cylindrical-coordinate representation of color #017DAA: hue angle of 195.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017DAA is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 125 | 170 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.33 |
| HSL | 195.98º | 0.99% | 0.34% | - |
| HSV(B) | 195.98º | 0.99% | 0.67% | - |
| XYZ | 14.6 | 17.58 | 40.65 | - |
| YUV | 93.05 | 171.42 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 170 | 0.99 | 0.26 | 0 | 0.33 | 195.98 | 0.99 | 0.34 |
| Hex | 1 | 7D | AA | 63 | 1A | 0 | 21 | C4 | 63 | 22 |
| Octal | 1 | 175 | 252 | 143 | 32 | 0 | 41 | 304 | 143 | 42 |
| Binary | 1 | 1111101 | 10101010 | 1100011 | 11010 | 0 | 100001 | 11000100 | 1100011 | 100010 |
Color Harmonies of #017DAA
Complementary color
Monochromatic Colors of #017DAA
Black with #017DAA
Text Example
Text Example
White with #017DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DAA; }
p { color: rgb(1,125,170); }
H1.HeaderClassName
{
color: #017DAA;
}
.AnyTagClassName
{
color: #017DAA;
}
</style>
background-color css
<style>
a { background-color: #017DAA; }
a { background-color: rgb(1,125,170); }
div.DivClassName
{
background-color: #017DAA;
}
.BgClassName
{
background-color: #017DAA;
}
</style>
border-color css
<style>
span { border-color: #017DAA; }
span { border-color: rgb(1,125,170); }
td.TdClassName
{
border-color: #017DAA;
}
.TagClassName
{
border-color: #017DAA;
}
</style>