Shades of Cerulean #017CBB
Tints of Cerulean #017CBB
RGB
CMYK
RGB Variations
Color information
#017CBB (or 0x017CBB) is known color: Cerulean. HEX triplet: 01, 7C and BB. RGB value is (1,124,187). Sum of RGB (Red+Green+Blue) = 1+124+187=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #017CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CBB is #FE8344. Grayscale: #5E5E5E. Windows color (decimal): -16679749 or 12286977. OLE color: 12286977.
HSL color Cylindrical-coordinate representation of color #017CBB: hue angle of 200.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017CBB is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 124 | 187 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.27 |
| HSL | 200.32º | 0.99% | 0.37% | - |
| HSV(B) | 200.32º | 0.99% | 0.73% | - |
| XYZ | 16.19 | 18.01 | 49.64 | - |
| YUV | 94.41 | 180.25 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 187 | 0.99 | 0.34 | 0 | 0.27 | 200.32 | 0.99 | 0.37 |
| Hex | 1 | 7C | BB | 63 | 22 | 0 | 1B | C8 | 63 | 25 |
| Octal | 1 | 174 | 273 | 143 | 42 | 0 | 33 | 310 | 143 | 45 |
| Binary | 1 | 1111100 | 10111011 | 1100011 | 100010 | 0 | 11011 | 11001000 | 1100011 | 100101 |
Color Harmonies of #017CBB
Complementary color
Monochromatic Colors of #017CBB
Black with #017CBB
Text Example
Text Example
White with #017CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CBB; }
p { color: rgb(1,124,187); }
H1.HeaderClassName
{
color: #017CBB;
}
.AnyTagClassName
{
color: #017CBB;
}
</style>
background-color css
<style>
a { background-color: #017CBB; }
a { background-color: rgb(1,124,187); }
div.DivClassName
{
background-color: #017CBB;
}
.BgClassName
{
background-color: #017CBB;
}
</style>
border-color css
<style>
span { border-color: #017CBB; }
span { border-color: rgb(1,124,187); }
td.TdClassName
{
border-color: #017CBB;
}
.TagClassName
{
border-color: #017CBB;
}
</style>