Shades of Cerulean #017ABD
Tints of Cerulean #017ABD
RGB
CMYK
RGB Variations
Color information
#017ABD (or 0x017ABD) is known color: Cerulean. HEX triplet: 01, 7A and BD. RGB value is (1,122,189). Sum of RGB (Red+Green+Blue) = 1+122+189=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #017ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ABD is #FE8542. Grayscale: #5D5D5D. Windows color (decimal): -16680259 or 12417537. OLE color: 12417537.
HSL color Cylindrical-coordinate representation of color #017ABD: hue angle of 201.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017ABD is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 122 | 189 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.26 |
| HSL | 201.38º | 0.99% | 0.37% | - |
| HSV(B) | 201.38º | 0.99% | 0.74% | - |
| XYZ | 16.16 | 17.6 | 50.69 | - |
| YUV | 93.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 189 | 0.99 | 0.35 | 0 | 0.26 | 201.38 | 0.99 | 0.37 |
| Hex | 1 | 7A | BD | 63 | 23 | 0 | 1A | C9 | 63 | 25 |
| Octal | 1 | 172 | 275 | 143 | 43 | 0 | 32 | 311 | 143 | 45 |
| Binary | 1 | 1111010 | 10111101 | 1100011 | 100011 | 0 | 11010 | 11001001 | 1100011 | 100101 |
Color Harmonies of #017ABD
Complementary color
Monochromatic Colors of #017ABD
Black with #017ABD
Text Example
Text Example
White with #017ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ABD; }
p { color: rgb(1,122,189); }
H1.HeaderClassName
{
color: #017ABD;
}
.AnyTagClassName
{
color: #017ABD;
}
</style>
background-color css
<style>
a { background-color: #017ABD; }
a { background-color: rgb(1,122,189); }
div.DivClassName
{
background-color: #017ABD;
}
.BgClassName
{
background-color: #017ABD;
}
</style>
border-color css
<style>
span { border-color: #017ABD; }
span { border-color: rgb(1,122,189); }
td.TdClassName
{
border-color: #017ABD;
}
.TagClassName
{
border-color: #017ABD;
}
</style>