Shades of Cerulean #017798
Tints of Cerulean #017798
RGB
CMYK
RGB Variations
Color information
#017798 (or 0x017798) is known color: Cerulean. HEX triplet: 01, 77 and 98. RGB value is (1,119,152). Sum of RGB (Red+Green+Blue) = 1+119+152=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #017798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017798 is #FE8867. Grayscale: #575757. Windows color (decimal): -16681064 or 9991937. OLE color: 9991937.
HSL color Cylindrical-coordinate representation of color #017798: hue angle of 193.11º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017798 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 119 | 152 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.40 |
| HSL | 193.11º | 0.99% | 0.3% | - |
| HSV(B) | 193.11º | 0.99% | 0.6% | - |
| XYZ | 12.28 | 15.47 | 32.04 | - |
| YUV | 87.48 | 164.41 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 152 | 0.99 | 0.22 | 0 | 0.40 | 193.11 | 0.99 | 0.3 |
| Hex | 1 | 77 | 98 | 63 | 16 | 0 | 28 | C1 | 63 | 1E |
| Octal | 1 | 167 | 230 | 143 | 26 | 0 | 50 | 301 | 143 | 36 |
| Binary | 1 | 1110111 | 10011000 | 1100011 | 10110 | 0 | 101000 | 11000001 | 1100011 | 11110 |
Color Harmonies of #017798
Complementary color
Monochromatic Colors of #017798
Black with #017798
Text Example
Text Example
White with #017798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017798; }
p { color: rgb(1,119,152); }
H1.HeaderClassName
{
color: #017798;
}
.AnyTagClassName
{
color: #017798;
}
</style>
background-color css
<style>
a { background-color: #017798; }
a { background-color: rgb(1,119,152); }
div.DivClassName
{
background-color: #017798;
}
.BgClassName
{
background-color: #017798;
}
</style>
border-color css
<style>
span { border-color: #017798; }
span { border-color: rgb(1,119,152); }
td.TdClassName
{
border-color: #017798;
}
.TagClassName
{
border-color: #017798;
}
</style>