Shades of Cerulean #017ABE
Tints of Cerulean #017ABE
RGB
CMYK
RGB Variations
Color information
#017ABE (or 0x017ABE) is known color: Cerulean. HEX triplet: 01, 7A and BE. RGB value is (1,122,190). Sum of RGB (Red+Green+Blue) = 1+122+190=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #017ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ABE is #FE8541. Grayscale: #5D5D5D. Windows color (decimal): -16680258 or 12483073. OLE color: 12483073.
HSL color Cylindrical-coordinate representation of color #017ABE: hue angle of 201.59º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017ABE is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 122 | 190 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.25 |
| HSL | 201.59º | 0.99% | 0.37% | - |
| HSV(B) | 201.59º | 0.99% | 0.75% | - |
| XYZ | 16.27 | 17.64 | 51.26 | - |
| YUV | 93.57 | 182.41 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 190 | 0.99 | 0.36 | 0 | 0.25 | 201.59 | 0.99 | 0.37 |
| Hex | 1 | 7A | BE | 63 | 24 | 0 | 19 | CA | 63 | 25 |
| Octal | 1 | 172 | 276 | 143 | 44 | 0 | 31 | 312 | 143 | 45 |
| Binary | 1 | 1111010 | 10111110 | 1100011 | 100100 | 0 | 11001 | 11001010 | 1100011 | 100101 |
Color Harmonies of #017ABE
Complementary color
Monochromatic Colors of #017ABE
Black with #017ABE
Text Example
Text Example
White with #017ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ABE; }
p { color: rgb(1,122,190); }
H1.HeaderClassName
{
color: #017ABE;
}
.AnyTagClassName
{
color: #017ABE;
}
</style>
background-color css
<style>
a { background-color: #017ABE; }
a { background-color: rgb(1,122,190); }
div.DivClassName
{
background-color: #017ABE;
}
.BgClassName
{
background-color: #017ABE;
}
</style>
border-color css
<style>
span { border-color: #017ABE; }
span { border-color: rgb(1,122,190); }
td.TdClassName
{
border-color: #017ABE;
}
.TagClassName
{
border-color: #017ABE;
}
</style>