Shades of Cerulean #017BA2
Tints of Cerulean #017BA2
RGB
CMYK
RGB Variations
Color information
#017BA2 (or 0x017BA2) is known color: Cerulean. HEX triplet: 01, 7B and A2. RGB value is (1,123,162). Sum of RGB (Red+Green+Blue) = 1+123+162=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #017BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017BA2 is #FE845D. Grayscale: #5A5A5A. Windows color (decimal): -16680030 or 10648321. OLE color: 10648321.
HSL color Cylindrical-coordinate representation of color #017BA2: hue angle of 194.53º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017BA2 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 123 | 162 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.36 |
| HSL | 194.53º | 0.99% | 0.32% | - |
| HSV(B) | 194.53º | 0.99% | 0.64% | - |
| XYZ | 13.62 | 16.78 | 36.7 | - |
| YUV | 90.97 | 168.08 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 162 | 0.99 | 0.24 | 0 | 0.36 | 194.53 | 0.99 | 0.32 |
| Hex | 1 | 7B | A2 | 63 | 18 | 0 | 24 | C3 | 63 | 20 |
| Octal | 1 | 173 | 242 | 143 | 30 | 0 | 44 | 303 | 143 | 40 |
| Binary | 1 | 1111011 | 10100010 | 1100011 | 11000 | 0 | 100100 | 11000011 | 1100011 | 100000 |
Color Harmonies of #017BA2
Complementary color
Monochromatic Colors of #017BA2
Black with #017BA2
Text Example
Text Example
White with #017BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BA2; }
p { color: rgb(1,123,162); }
H1.HeaderClassName
{
color: #017BA2;
}
.AnyTagClassName
{
color: #017BA2;
}
</style>
background-color css
<style>
a { background-color: #017BA2; }
a { background-color: rgb(1,123,162); }
div.DivClassName
{
background-color: #017BA2;
}
.BgClassName
{
background-color: #017BA2;
}
</style>
border-color css
<style>
span { border-color: #017BA2; }
span { border-color: rgb(1,123,162); }
td.TdClassName
{
border-color: #017BA2;
}
.TagClassName
{
border-color: #017BA2;
}
</style>