Shades of Cerulean #017BBC
Tints of Cerulean #017BBC
RGB
CMYK
RGB Variations
Color information
#017BBC (or 0x017BBC) is known color: Cerulean. HEX triplet: 01, 7B and BC. RGB value is (1,123,188). Sum of RGB (Red+Green+Blue) = 1+123+188=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #017BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BBC is #FE8443. Grayscale: #5D5D5D. Windows color (decimal): -16680004 or 12352257. OLE color: 12352257.
HSL color Cylindrical-coordinate representation of color #017BBC: hue angle of 200.86º 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 #017BBC is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 123 | 188 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.26 |
| HSL | 200.86º | 0.99% | 0.37% | - |
| HSV(B) | 200.86º | 0.99% | 0.74% | - |
| XYZ | 16.17 | 17.8 | 50.16 | - |
| YUV | 93.93 | 181.08 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 188 | 0.99 | 0.35 | 0 | 0.26 | 200.86 | 0.99 | 0.37 |
| Hex | 1 | 7B | BC | 63 | 23 | 0 | 1A | C9 | 63 | 25 |
| Octal | 1 | 173 | 274 | 143 | 43 | 0 | 32 | 311 | 143 | 45 |
| Binary | 1 | 1111011 | 10111100 | 1100011 | 100011 | 0 | 11010 | 11001001 | 1100011 | 100101 |
Color Harmonies of #017BBC
Complementary color
Monochromatic Colors of #017BBC
Black with #017BBC
Text Example
Text Example
White with #017BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BBC; }
p { color: rgb(1,123,188); }
H1.HeaderClassName
{
color: #017BBC;
}
.AnyTagClassName
{
color: #017BBC;
}
</style>
background-color css
<style>
a { background-color: #017BBC; }
a { background-color: rgb(1,123,188); }
div.DivClassName
{
background-color: #017BBC;
}
.BgClassName
{
background-color: #017BBC;
}
</style>
border-color css
<style>
span { border-color: #017BBC; }
span { border-color: rgb(1,123,188); }
td.TdClassName
{
border-color: #017BBC;
}
.TagClassName
{
border-color: #017BBC;
}
</style>