Shades of Cerulean #017CBA
Tints of Cerulean #017CBA
RGB
CMYK
RGB Variations
Color information
#017CBA (or 0x017CBA) is known color: Cerulean. HEX triplet: 01, 7C and BA. RGB value is (1,124,186). Sum of RGB (Red+Green+Blue) = 1+124+186=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #017CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CBA is #FE8345. Grayscale: #5D5D5D. Windows color (decimal): -16679750 or 12221441. OLE color: 12221441.
HSL color Cylindrical-coordinate representation of color #017CBA: hue angle of 200.11º 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 #017CBA is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 124 | 186 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.27 |
| HSL | 200.11º | 0.99% | 0.37% | - |
| HSV(B) | 200.11º | 0.99% | 0.73% | - |
| XYZ | 16.08 | 17.97 | 49.07 | - |
| YUV | 94.29 | 179.75 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 186 | 0.99 | 0.33 | 0 | 0.27 | 200.11 | 0.99 | 0.37 |
| Hex | 1 | 7C | BA | 63 | 21 | 0 | 1B | C8 | 63 | 25 |
| Octal | 1 | 174 | 272 | 143 | 41 | 0 | 33 | 310 | 143 | 45 |
| Binary | 1 | 1111100 | 10111010 | 1100011 | 100001 | 0 | 11011 | 11001000 | 1100011 | 100101 |
Color Harmonies of #017CBA
Complementary color
Monochromatic Colors of #017CBA
Black with #017CBA
Text Example
Text Example
White with #017CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CBA; }
p { color: rgb(1,124,186); }
H1.HeaderClassName
{
color: #017CBA;
}
.AnyTagClassName
{
color: #017CBA;
}
</style>
background-color css
<style>
a { background-color: #017CBA; }
a { background-color: rgb(1,124,186); }
div.DivClassName
{
background-color: #017CBA;
}
.BgClassName
{
background-color: #017CBA;
}
</style>
border-color css
<style>
span { border-color: #017CBA; }
span { border-color: rgb(1,124,186); }
td.TdClassName
{
border-color: #017CBA;
}
.TagClassName
{
border-color: #017CBA;
}
</style>