Shades of Cerulean #027293
Tints of Cerulean #027293
RGB
CMYK
RGB Variations
Color information
#027293 (or 0x027293) is known color: Cerulean. HEX triplet: 02, 72 and 93. RGB value is (2,114,147). Sum of RGB (Red+Green+Blue) = 2+114+147=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #027293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027293 is #FD8D6C. Grayscale: #545454. Windows color (decimal): -16616813 or 9662978. OLE color: 9662978.
HSL color Cylindrical-coordinate representation of color #027293: hue angle of 193.66º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027293 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 114 | 147 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.42 |
| HSL | 193.66º | 0.97% | 0.29% | - |
| HSV(B) | 193.66º | 0.99% | 0.58% | - |
| XYZ | 11.31 | 14.15 | 29.74 | - |
| YUV | 84.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 147 | 0.99 | 0.22 | 0 | 0.42 | 193.66 | 0.97 | 0.29 |
| Hex | 2 | 72 | 93 | 63 | 16 | 0 | 2A | C2 | 61 | 1D |
| Octal | 2 | 162 | 223 | 143 | 26 | 0 | 52 | 302 | 141 | 35 |
| Binary | 10 | 1110010 | 10010011 | 1100011 | 10110 | 0 | 101010 | 11000010 | 1100001 | 11101 |
Color Harmonies of #027293
Complementary color
Monochromatic Colors of #027293
Black with #027293
Text Example
Text Example
White with #027293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027293; }
p { color: rgb(2,114,147); }
H1.HeaderClassName
{
color: #027293;
}
.AnyTagClassName
{
color: #027293;
}
</style>
background-color css
<style>
a { background-color: #027293; }
a { background-color: rgb(2,114,147); }
div.DivClassName
{
background-color: #027293;
}
.BgClassName
{
background-color: #027293;
}
</style>
border-color css
<style>
span { border-color: #027293; }
span { border-color: rgb(2,114,147); }
td.TdClassName
{
border-color: #027293;
}
.TagClassName
{
border-color: #027293;
}
</style>