Shades of Cerulean #017ABB
Tints of Cerulean #017ABB
RGB
CMYK
RGB Variations
Color information
#017ABB (or 0x017ABB) is known color: Cerulean. HEX triplet: 01, 7A and BB. RGB value is (1,122,187). Sum of RGB (Red+Green+Blue) = 1+122+187=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #017ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ABB is #FE8544. Grayscale: #5C5C5C. Windows color (decimal): -16680261 or 12286465. OLE color: 12286465.
HSL color Cylindrical-coordinate representation of color #017ABB: hue angle of 200.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017ABB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 122 | 187 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.27 |
| HSL | 200.97º | 0.99% | 0.37% | - |
| HSV(B) | 200.97º | 0.99% | 0.73% | - |
| XYZ | 15.94 | 17.51 | 49.55 | - |
| YUV | 93.23 | 180.91 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 187 | 0.99 | 0.35 | 0 | 0.27 | 200.97 | 0.99 | 0.37 |
| Hex | 1 | 7A | BB | 63 | 23 | 0 | 1B | C9 | 63 | 25 |
| Octal | 1 | 172 | 273 | 143 | 43 | 0 | 33 | 311 | 143 | 45 |
| Binary | 1 | 1111010 | 10111011 | 1100011 | 100011 | 0 | 11011 | 11001001 | 1100011 | 100101 |
Color Harmonies of #017ABB
Complementary color
Monochromatic Colors of #017ABB
Black with #017ABB
Text Example
Text Example
White with #017ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ABB; }
p { color: rgb(1,122,187); }
H1.HeaderClassName
{
color: #017ABB;
}
.AnyTagClassName
{
color: #017ABB;
}
</style>
background-color css
<style>
a { background-color: #017ABB; }
a { background-color: rgb(1,122,187); }
div.DivClassName
{
background-color: #017ABB;
}
.BgClassName
{
background-color: #017ABB;
}
</style>
border-color css
<style>
span { border-color: #017ABB; }
span { border-color: rgb(1,122,187); }
td.TdClassName
{
border-color: #017ABB;
}
.TagClassName
{
border-color: #017ABB;
}
</style>