Shades of Cerulean #017DB1
Tints of Cerulean #017DB1
RGB
CMYK
RGB Variations
Color information
#017DB1 (or 0x017DB1) is known color: Cerulean. HEX triplet: 01, 7D and B1. RGB value is (1,125,177). Sum of RGB (Red+Green+Blue) = 1+125+177=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #017DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DB1 is #FE824E. Grayscale: #5D5D5D. Windows color (decimal): -16679503 or 11631873. OLE color: 11631873.
HSL color Cylindrical-coordinate representation of color #017DB1: hue angle of 197.73º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017DB1 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 125 | 177 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.31 |
| HSL | 197.73º | 0.99% | 0.35% | - |
| HSV(B) | 197.73º | 0.99% | 0.69% | - |
| XYZ | 15.28 | 17.85 | 44.23 | - |
| YUV | 93.85 | 174.92 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 177 | 0.99 | 0.29 | 0 | 0.31 | 197.73 | 0.99 | 0.35 |
| Hex | 1 | 7D | B1 | 63 | 1D | 0 | 1F | C6 | 63 | 23 |
| Octal | 1 | 175 | 261 | 143 | 35 | 0 | 37 | 306 | 143 | 43 |
| Binary | 1 | 1111101 | 10110001 | 1100011 | 11101 | 0 | 11111 | 11000110 | 1100011 | 100011 |
Color Harmonies of #017DB1
Complementary color
Monochromatic Colors of #017DB1
Black with #017DB1
Text Example
Text Example
White with #017DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DB1; }
p { color: rgb(1,125,177); }
H1.HeaderClassName
{
color: #017DB1;
}
.AnyTagClassName
{
color: #017DB1;
}
</style>
background-color css
<style>
a { background-color: #017DB1; }
a { background-color: rgb(1,125,177); }
div.DivClassName
{
background-color: #017DB1;
}
.BgClassName
{
background-color: #017DB1;
}
</style>
border-color css
<style>
span { border-color: #017DB1; }
span { border-color: rgb(1,125,177); }
td.TdClassName
{
border-color: #017DB1;
}
.TagClassName
{
border-color: #017DB1;
}
</style>