Shades of Cerulean #017CBE
Tints of Cerulean #017CBE
RGB
CMYK
RGB Variations
Color information
#017CBE (or 0x017CBE) is known color: Cerulean. HEX triplet: 01, 7C and BE. RGB value is (1,124,190). Sum of RGB (Red+Green+Blue) = 1+124+190=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #017CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CBE is #FE8341. Grayscale: #5E5E5E. Windows color (decimal): -16679746 or 12483585. OLE color: 12483585.
HSL color Cylindrical-coordinate representation of color #017CBE: hue angle of 200.95º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017CBE is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 124 | 190 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.25 |
| HSL | 200.95º | 0.99% | 0.37% | - |
| HSV(B) | 200.95º | 0.99% | 0.75% | - |
| XYZ | 16.51 | 18.14 | 51.35 | - |
| YUV | 94.75 | 181.75 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 190 | 0.99 | 0.35 | 0 | 0.25 | 200.95 | 0.99 | 0.37 |
| Hex | 1 | 7C | BE | 63 | 23 | 0 | 19 | C9 | 63 | 25 |
| Octal | 1 | 174 | 276 | 143 | 43 | 0 | 31 | 311 | 143 | 45 |
| Binary | 1 | 1111100 | 10111110 | 1100011 | 100011 | 0 | 11001 | 11001001 | 1100011 | 100101 |
Color Harmonies of #017CBE
Complementary color
Monochromatic Colors of #017CBE
Black with #017CBE
Text Example
Text Example
White with #017CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CBE; }
p { color: rgb(1,124,190); }
H1.HeaderClassName
{
color: #017CBE;
}
.AnyTagClassName
{
color: #017CBE;
}
</style>
background-color css
<style>
a { background-color: #017CBE; }
a { background-color: rgb(1,124,190); }
div.DivClassName
{
background-color: #017CBE;
}
.BgClassName
{
background-color: #017CBE;
}
</style>
border-color css
<style>
span { border-color: #017CBE; }
span { border-color: rgb(1,124,190); }
td.TdClassName
{
border-color: #017CBE;
}
.TagClassName
{
border-color: #017CBE;
}
</style>