Shades of Cerulean #017BBE
Tints of Cerulean #017BBE
RGB
CMYK
RGB Variations
Color information
#017BBE (or 0x017BBE) is known color: Cerulean. HEX triplet: 01, 7B and BE. RGB value is (1,123,190). Sum of RGB (Red+Green+Blue) = 1+123+190=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #017BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BBE is #FE8441. Grayscale: #5D5D5D. Windows color (decimal): -16680002 or 12483329. OLE color: 12483329.
HSL color Cylindrical-coordinate representation of color #017BBE: hue angle of 201.27º 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 #017BBE is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 123 | 190 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.25 |
| HSL | 201.27º | 0.99% | 0.37% | - |
| HSV(B) | 201.27º | 0.99% | 0.75% | - |
| XYZ | 16.39 | 17.89 | 51.3 | - |
| YUV | 94.16 | 182.08 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 190 | 0.99 | 0.35 | 0 | 0.25 | 201.27 | 0.99 | 0.37 |
| Hex | 1 | 7B | BE | 63 | 23 | 0 | 19 | C9 | 63 | 25 |
| Octal | 1 | 173 | 276 | 143 | 43 | 0 | 31 | 311 | 143 | 45 |
| Binary | 1 | 1111011 | 10111110 | 1100011 | 100011 | 0 | 11001 | 11001001 | 1100011 | 100101 |
Color Harmonies of #017BBE
Complementary color
Monochromatic Colors of #017BBE
Black with #017BBE
Text Example
Text Example
White with #017BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BBE; }
p { color: rgb(1,123,190); }
H1.HeaderClassName
{
color: #017BBE;
}
.AnyTagClassName
{
color: #017BBE;
}
</style>
background-color css
<style>
a { background-color: #017BBE; }
a { background-color: rgb(1,123,190); }
div.DivClassName
{
background-color: #017BBE;
}
.BgClassName
{
background-color: #017BBE;
}
</style>
border-color css
<style>
span { border-color: #017BBE; }
span { border-color: rgb(1,123,190); }
td.TdClassName
{
border-color: #017BBE;
}
.TagClassName
{
border-color: #017BBE;
}
</style>