Shades of Cerulean #027694
Tints of Cerulean #027694
RGB
CMYK
RGB Variations
Color information
#027694 (or 0x027694) is known color: Cerulean. HEX triplet: 02, 76 and 94. RGB value is (2,118,148). Sum of RGB (Red+Green+Blue) = 2+118+148=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #027694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027694 is #FD896B. Grayscale: #565656. Windows color (decimal): -16615788 or 9729538. OLE color: 9729538.
HSL color Cylindrical-coordinate representation of color #027694: hue angle of 192.33º 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 #027694 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 118 | 148 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.42 |
| HSL | 192.33º | 0.97% | 0.29% | - |
| HSV(B) | 192.33º | 0.99% | 0.58% | - |
| XYZ | 11.85 | 15.11 | 30.31 | - |
| YUV | 86.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 148 | 0.99 | 0.20 | 0 | 0.42 | 192.33 | 0.97 | 0.29 |
| Hex | 2 | 76 | 94 | 63 | 14 | 0 | 2A | C0 | 61 | 1D |
| Octal | 2 | 166 | 224 | 143 | 24 | 0 | 52 | 300 | 141 | 35 |
| Binary | 10 | 1110110 | 10010100 | 1100011 | 10100 | 0 | 101010 | 11000000 | 1100001 | 11101 |
Color Harmonies of #027694
Complementary color
Monochromatic Colors of #027694
Black with #027694
Text Example
Text Example
White with #027694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027694; }
p { color: rgb(2,118,148); }
H1.HeaderClassName
{
color: #027694;
}
.AnyTagClassName
{
color: #027694;
}
</style>
background-color css
<style>
a { background-color: #027694; }
a { background-color: rgb(2,118,148); }
div.DivClassName
{
background-color: #027694;
}
.BgClassName
{
background-color: #027694;
}
</style>
border-color css
<style>
span { border-color: #027694; }
span { border-color: rgb(2,118,148); }
td.TdClassName
{
border-color: #027694;
}
.TagClassName
{
border-color: #027694;
}
</style>