Shades of Cerulean #016590
Tints of Cerulean #016590
RGB
CMYK
RGB Variations
Color information
#016590 (or 0x016590) is known color: Cerulean. HEX triplet: 01, 65 and 90. RGB value is (1,101,144). Sum of RGB (Red+Green+Blue) = 1+101+144=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #016590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016590 is #FE9A6F. Grayscale: #4B4B4B. Windows color (decimal): -16685680 or 9463041. OLE color: 9463041.
HSL color Cylindrical-coordinate representation of color #016590: hue angle of 198.04º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016590 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 101 | 144 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.44 |
| HSL | 198.04º | 0.99% | 0.28% | - |
| HSV(B) | 198.04º | 0.99% | 0.56% | - |
| XYZ | 9.7 | 11.33 | 28.06 | - |
| YUV | 76 | 166.37 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 144 | 0.99 | 0.30 | 0 | 0.44 | 198.04 | 0.99 | 0.28 |
| Hex | 1 | 65 | 90 | 63 | 1E | 0 | 2C | C6 | 63 | 1C |
| Octal | 1 | 145 | 220 | 143 | 36 | 0 | 54 | 306 | 143 | 34 |
| Binary | 1 | 1100101 | 10010000 | 1100011 | 11110 | 0 | 101100 | 11000110 | 1100011 | 11100 |
Color Harmonies of #016590
Complementary color
Monochromatic Colors of #016590
Black with #016590
Text Example
Text Example
White with #016590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016590; }
p { color: rgb(1,101,144); }
H1.HeaderClassName
{
color: #016590;
}
.AnyTagClassName
{
color: #016590;
}
</style>
background-color css
<style>
a { background-color: #016590; }
a { background-color: rgb(1,101,144); }
div.DivClassName
{
background-color: #016590;
}
.BgClassName
{
background-color: #016590;
}
</style>
border-color css
<style>
span { border-color: #016590; }
span { border-color: rgb(1,101,144); }
td.TdClassName
{
border-color: #016590;
}
.TagClassName
{
border-color: #016590;
}
</style>