Shades of Cerulean #017BB0
Tints of Cerulean #017BB0
RGB
CMYK
RGB Variations
Color information
#017BB0 (or 0x017BB0) is known color: Cerulean. HEX triplet: 01, 7B and B0. RGB value is (1,123,176). Sum of RGB (Red+Green+Blue) = 1+123+176=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 176 (69.14% from 255 or 58.67% from 300); Max value from RGB is 176 - color contains mainly: blue. Hex color #017BB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017BB0 is #FE844F. Grayscale: #5C5C5C. Windows color (decimal): -16680016 or 11565825. OLE color: 11565825.
HSL color Cylindrical-coordinate representation of color #017BB0: hue angle of 198.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017BB0 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 123 | 176 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.31 |
| HSL | 198.17º | 0.99% | 0.35% | - |
| HSV(B) | 198.17º | 0.99% | 0.69% | - |
| XYZ | 14.93 | 17.31 | 43.63 | - |
| YUV | 92.56 | 175.08 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 176 | 0.99 | 0.30 | 0 | 0.31 | 198.17 | 0.99 | 0.35 |
| Hex | 1 | 7B | B0 | 63 | 1E | 0 | 1F | C6 | 63 | 23 |
| Octal | 1 | 173 | 260 | 143 | 36 | 0 | 37 | 306 | 143 | 43 |
| Binary | 1 | 1111011 | 10110000 | 1100011 | 11110 | 0 | 11111 | 11000110 | 1100011 | 100011 |
Color Harmonies of #017BB0
Complementary color
Monochromatic Colors of #017BB0
Black with #017BB0
Text Example
Text Example
White with #017BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BB0; }
p { color: rgb(1,123,176); }
H1.HeaderClassName
{
color: #017BB0;
}
.AnyTagClassName
{
color: #017BB0;
}
</style>
background-color css
<style>
a { background-color: #017BB0; }
a { background-color: rgb(1,123,176); }
div.DivClassName
{
background-color: #017BB0;
}
.BgClassName
{
background-color: #017BB0;
}
</style>
border-color css
<style>
span { border-color: #017BB0; }
span { border-color: rgb(1,123,176); }
td.TdClassName
{
border-color: #017BB0;
}
.TagClassName
{
border-color: #017BB0;
}
</style>