Shades of Cerulean #027199
Tints of Cerulean #027199
RGB
CMYK
RGB Variations
Color information
#027199 (or 0x027199) is known color: Cerulean. HEX triplet: 02, 71 and 99. RGB value is (2,113,153). Sum of RGB (Red+Green+Blue) = 2+113+153=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #027199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027199 is #FD8E66. Grayscale: #545454. Windows color (decimal): -16617063 or 10055938. OLE color: 10055938.
HSL color Cylindrical-coordinate representation of color #027199: hue angle of 195.89º degrees, saturation: 0.97, 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 #027199 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 113 | 153 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.4 |
| HSL | 195.89º | 0.97% | 0.3% | - |
| HSV(B) | 195.89º | 0.99% | 0.6% | - |
| XYZ | 11.68 | 14.12 | 32.25 | - |
| YUV | 84.37 | 166.73 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 153 | 0.99 | 0.26 | 0 | 0.4 | 195.89 | 0.97 | 0.3 |
| Hex | 2 | 71 | 99 | 63 | 1A | 0 | 28 | C4 | 61 | 1E |
| Octal | 2 | 161 | 231 | 143 | 32 | 0 | 50 | 304 | 141 | 36 |
| Binary | 10 | 1110001 | 10011001 | 1100011 | 11010 | 0 | 101000 | 11000100 | 1100001 | 11110 |
Color Harmonies of #027199
Complementary color
Monochromatic Colors of #027199
Black with #027199
Text Example
Text Example
White with #027199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027199; }
p { color: rgb(2,113,153); }
H1.HeaderClassName
{
color: #027199;
}
.AnyTagClassName
{
color: #027199;
}
</style>
background-color css
<style>
a { background-color: #027199; }
a { background-color: rgb(2,113,153); }
div.DivClassName
{
background-color: #027199;
}
.BgClassName
{
background-color: #027199;
}
</style>
border-color css
<style>
span { border-color: #027199; }
span { border-color: rgb(2,113,153); }
td.TdClassName
{
border-color: #027199;
}
.TagClassName
{
border-color: #027199;
}
</style>