Shades of Cerulean #027A9E
Tints of Cerulean #027A9E
RGB
CMYK
RGB Variations
Color information
#027A9E (or 0x027A9E) is known color: Cerulean. HEX triplet: 02, 7A and 9E. RGB value is (2,122,158). Sum of RGB (Red+Green+Blue) = 2+122+158=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #027A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027A9E is #FD8561. Grayscale: #595959. Windows color (decimal): -16614754 or 10385922. OLE color: 10385922.
HSL color Cylindrical-coordinate representation of color #027A9E: hue angle of 193.85º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027A9E is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 122 | 158 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.38 |
| HSL | 193.85º | 0.98% | 0.31% | - |
| HSV(B) | 193.85º | 0.99% | 0.62% | - |
| XYZ | 13.16 | 16.4 | 34.82 | - |
| YUV | 90.22 | 166.24 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 158 | 0.99 | 0.23 | 0 | 0.38 | 193.85 | 0.98 | 0.31 |
| Hex | 2 | 7A | 9E | 63 | 17 | 0 | 26 | C2 | 62 | 1F |
| Octal | 2 | 172 | 236 | 143 | 27 | 0 | 46 | 302 | 142 | 37 |
| Binary | 10 | 1111010 | 10011110 | 1100011 | 10111 | 0 | 100110 | 11000010 | 1100010 | 11111 |
Color Harmonies of #027A9E
Complementary color
Monochromatic Colors of #027A9E
Black with #027A9E
Text Example
Text Example
White with #027A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A9E; }
p { color: rgb(2,122,158); }
H1.HeaderClassName
{
color: #027A9E;
}
.AnyTagClassName
{
color: #027A9E;
}
</style>
background-color css
<style>
a { background-color: #027A9E; }
a { background-color: rgb(2,122,158); }
div.DivClassName
{
background-color: #027A9E;
}
.BgClassName
{
background-color: #027A9E;
}
</style>
border-color css
<style>
span { border-color: #027A9E; }
span { border-color: rgb(2,122,158); }
td.TdClassName
{
border-color: #027A9E;
}
.TagClassName
{
border-color: #027A9E;
}
</style>