Shades of Cerulean #027292
Tints of Cerulean #027292
RGB
CMYK
RGB Variations
Color information
#027292 (or 0x027292) is known color: Cerulean. HEX triplet: 02, 72 and 92. RGB value is (2,114,146). Sum of RGB (Red+Green+Blue) = 2+114+146=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #027292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027292 is #FD8D6D. Grayscale: #535353. Windows color (decimal): -16616814 or 9597442. OLE color: 9597442.
HSL color Cylindrical-coordinate representation of color #027292: hue angle of 193.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027292 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 114 | 146 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.43 |
| HSL | 193.33º | 0.97% | 0.29% | - |
| HSV(B) | 193.33º | 0.99% | 0.57% | - |
| XYZ | 11.23 | 14.12 | 29.33 | - |
| YUV | 84.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 146 | 0.99 | 0.22 | 0 | 0.43 | 193.33 | 0.97 | 0.29 |
| Hex | 2 | 72 | 92 | 63 | 16 | 0 | 2B | C1 | 61 | 1D |
| Octal | 2 | 162 | 222 | 143 | 26 | 0 | 53 | 301 | 141 | 35 |
| Binary | 10 | 1110010 | 10010010 | 1100011 | 10110 | 0 | 101011 | 11000001 | 1100001 | 11101 |
Color Harmonies of #027292
Complementary color
Monochromatic Colors of #027292
Black with #027292
Text Example
Text Example
White with #027292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027292; }
p { color: rgb(2,114,146); }
H1.HeaderClassName
{
color: #027292;
}
.AnyTagClassName
{
color: #027292;
}
</style>
background-color css
<style>
a { background-color: #027292; }
a { background-color: rgb(2,114,146); }
div.DivClassName
{
background-color: #027292;
}
.BgClassName
{
background-color: #027292;
}
</style>
border-color css
<style>
span { border-color: #027292; }
span { border-color: rgb(2,114,146); }
td.TdClassName
{
border-color: #027292;
}
.TagClassName
{
border-color: #027292;
}
</style>