Shades of Cerulean #027391
Tints of Cerulean #027391
RGB
CMYK
RGB Variations
Color information
#027391 (or 0x027391) is known color: Cerulean. HEX triplet: 02, 73 and 91. RGB value is (2,115,145). Sum of RGB (Red+Green+Blue) = 2+115+145=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #027391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027391 is #FD8C6E. Grayscale: #545454. Windows color (decimal): -16616559 or 9532162. OLE color: 9532162.
HSL color Cylindrical-coordinate representation of color #027391: hue angle of 192.59º 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 #027391 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 115 | 145 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.43 |
| HSL | 192.59º | 0.97% | 0.29% | - |
| HSV(B) | 192.59º | 0.99% | 0.57% | - |
| XYZ | 11.27 | 14.32 | 28.96 | - |
| YUV | 84.63 | 162.06 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 145 | 0.99 | 0.21 | 0 | 0.43 | 192.59 | 0.97 | 0.29 |
| Hex | 2 | 73 | 91 | 63 | 15 | 0 | 2B | C1 | 61 | 1D |
| Octal | 2 | 163 | 221 | 143 | 25 | 0 | 53 | 301 | 141 | 35 |
| Binary | 10 | 1110011 | 10010001 | 1100011 | 10101 | 0 | 101011 | 11000001 | 1100001 | 11101 |
Color Harmonies of #027391
Complementary color
Monochromatic Colors of #027391
Black with #027391
Text Example
Text Example
White with #027391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027391; }
p { color: rgb(2,115,145); }
H1.HeaderClassName
{
color: #027391;
}
.AnyTagClassName
{
color: #027391;
}
</style>
background-color css
<style>
a { background-color: #027391; }
a { background-color: rgb(2,115,145); }
div.DivClassName
{
background-color: #027391;
}
.BgClassName
{
background-color: #027391;
}
</style>
border-color css
<style>
span { border-color: #027391; }
span { border-color: rgb(2,115,145); }
td.TdClassName
{
border-color: #027391;
}
.TagClassName
{
border-color: #027391;
}
</style>