Shades of Cerulean #017FB3
Tints of Cerulean #017FB3
RGB
CMYK
RGB Variations
Color information
#017FB3 (or 0x017FB3) is known color: Cerulean. HEX triplet: 01, 7F and B3. RGB value is (1,127,179). Sum of RGB (Red+Green+Blue) = 1+127+179=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #017FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FB3 is #FE804C. Grayscale: #5E5E5E. Windows color (decimal): -16678989 or 11763457. OLE color: 11763457.
HSL color Cylindrical-coordinate representation of color #017FB3: hue angle of 197.53º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017FB3 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 127 | 179 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.30 |
| HSL | 197.53º | 0.99% | 0.35% | - |
| HSV(B) | 197.53º | 0.99% | 0.7% | - |
| XYZ | 15.74 | 18.44 | 45.38 | - |
| YUV | 95.25 | 175.26 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 179 | 0.99 | 0.29 | 0 | 0.30 | 197.53 | 0.99 | 0.35 |
| Hex | 1 | 7F | B3 | 63 | 1D | 0 | 1E | C6 | 63 | 23 |
| Octal | 1 | 177 | 263 | 143 | 35 | 0 | 36 | 306 | 143 | 43 |
| Binary | 1 | 1111111 | 10110011 | 1100011 | 11101 | 0 | 11110 | 11000110 | 1100011 | 100011 |
Color Harmonies of #017FB3
Complementary color
Monochromatic Colors of #017FB3
Black with #017FB3
Text Example
Text Example
White with #017FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FB3; }
p { color: rgb(1,127,179); }
H1.HeaderClassName
{
color: #017FB3;
}
.AnyTagClassName
{
color: #017FB3;
}
</style>
background-color css
<style>
a { background-color: #017FB3; }
a { background-color: rgb(1,127,179); }
div.DivClassName
{
background-color: #017FB3;
}
.BgClassName
{
background-color: #017FB3;
}
</style>
border-color css
<style>
span { border-color: #017FB3; }
span { border-color: rgb(1,127,179); }
td.TdClassName
{
border-color: #017FB3;
}
.TagClassName
{
border-color: #017FB3;
}
</style>