Shades of Cerulean #017FAC
Tints of Cerulean #017FAC
RGB
CMYK
RGB Variations
Color information
#017FAC (or 0x017FAC) is known color: Cerulean. HEX triplet: 01, 7F and AC. RGB value is (1,127,172). Sum of RGB (Red+Green+Blue) = 1+127+172=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #017FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017FAC is #FE8053. Grayscale: #5E5E5E. Windows color (decimal): -16678996 or 11304705. OLE color: 11304705.
HSL color Cylindrical-coordinate representation of color #017FAC: hue angle of 195.79º 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 #017FAC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 127 | 172 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.33 |
| HSL | 195.79º | 0.99% | 0.34% | - |
| HSV(B) | 195.79º | 0.99% | 0.67% | - |
| XYZ | 15.05 | 18.16 | 41.74 | - |
| YUV | 94.46 | 171.76 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 172 | 0.99 | 0.26 | 0 | 0.33 | 195.79 | 0.99 | 0.34 |
| Hex | 1 | 7F | AC | 63 | 1A | 0 | 21 | C4 | 63 | 22 |
| Octal | 1 | 177 | 254 | 143 | 32 | 0 | 41 | 304 | 143 | 42 |
| Binary | 1 | 1111111 | 10101100 | 1100011 | 11010 | 0 | 100001 | 11000100 | 1100011 | 100010 |
Color Harmonies of #017FAC
Complementary color
Monochromatic Colors of #017FAC
Black with #017FAC
Text Example
Text Example
White with #017FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FAC; }
p { color: rgb(1,127,172); }
H1.HeaderClassName
{
color: #017FAC;
}
.AnyTagClassName
{
color: #017FAC;
}
</style>
background-color css
<style>
a { background-color: #017FAC; }
a { background-color: rgb(1,127,172); }
div.DivClassName
{
background-color: #017FAC;
}
.BgClassName
{
background-color: #017FAC;
}
</style>
border-color css
<style>
span { border-color: #017FAC; }
span { border-color: rgb(1,127,172); }
td.TdClassName
{
border-color: #017FAC;
}
.TagClassName
{
border-color: #017FAC;
}
</style>