Shades of Cerulean #017FAB
Tints of Cerulean #017FAB
RGB
CMYK
RGB Variations
Color information
#017FAB (or 0x017FAB) is known color: Cerulean. HEX triplet: 01, 7F and AB. RGB value is (1,127,171). Sum of RGB (Red+Green+Blue) = 1+127+171=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #017FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017FAB is #FE8054. Grayscale: #5E5E5E. Windows color (decimal): -16678997 or 11239169. OLE color: 11239169.
HSL color Cylindrical-coordinate representation of color #017FAB: hue angle of 195.53º 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 #017FAB is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 127 | 171 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.33 |
| HSL | 195.53º | 0.99% | 0.34% | - |
| HSV(B) | 195.53º | 0.99% | 0.67% | - |
| XYZ | 14.95 | 18.13 | 41.24 | - |
| YUV | 94.34 | 171.26 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 171 | 0.99 | 0.26 | 0 | 0.33 | 195.53 | 0.99 | 0.34 |
| Hex | 1 | 7F | AB | 63 | 1A | 0 | 21 | C4 | 63 | 22 |
| Octal | 1 | 177 | 253 | 143 | 32 | 0 | 41 | 304 | 143 | 42 |
| Binary | 1 | 1111111 | 10101011 | 1100011 | 11010 | 0 | 100001 | 11000100 | 1100011 | 100010 |
Color Harmonies of #017FAB
Complementary color
Monochromatic Colors of #017FAB
Black with #017FAB
Text Example
Text Example
White with #017FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FAB; }
p { color: rgb(1,127,171); }
H1.HeaderClassName
{
color: #017FAB;
}
.AnyTagClassName
{
color: #017FAB;
}
</style>
background-color css
<style>
a { background-color: #017FAB; }
a { background-color: rgb(1,127,171); }
div.DivClassName
{
background-color: #017FAB;
}
.BgClassName
{
background-color: #017FAB;
}
</style>
border-color css
<style>
span { border-color: #017FAB; }
span { border-color: rgb(1,127,171); }
td.TdClassName
{
border-color: #017FAB;
}
.TagClassName
{
border-color: #017FAB;
}
</style>