Shades of Cerulean #027C9C
Tints of Cerulean #027C9C
RGB
CMYK
RGB Variations
Color information
#027C9C (or 0x027C9C) is known color: Cerulean. HEX triplet: 02, 7C and 9C. RGB value is (2,124,156). Sum of RGB (Red+Green+Blue) = 2+124+156=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #027C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C9C is #FD8363. Grayscale: #5A5A5A. Windows color (decimal): -16614244 or 10255362. OLE color: 10255362.
HSL color Cylindrical-coordinate representation of color #027C9C: hue angle of 192.47º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027C9C is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 124 | 156 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.39 |
| HSL | 192.47º | 0.97% | 0.31% | - |
| HSV(B) | 192.47º | 0.99% | 0.61% | - |
| XYZ | 13.23 | 16.83 | 34 | - |
| YUV | 91.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 156 | 0.99 | 0.21 | 0 | 0.39 | 192.47 | 0.97 | 0.31 |
| Hex | 2 | 7C | 9C | 63 | 15 | 0 | 27 | C0 | 61 | 1F |
| Octal | 2 | 174 | 234 | 143 | 25 | 0 | 47 | 300 | 141 | 37 |
| Binary | 10 | 1111100 | 10011100 | 1100011 | 10101 | 0 | 100111 | 11000000 | 1100001 | 11111 |
Color Harmonies of #027C9C
Complementary color
Monochromatic Colors of #027C9C
Black with #027C9C
Text Example
Text Example
White with #027C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C9C; }
p { color: rgb(2,124,156); }
H1.HeaderClassName
{
color: #027C9C;
}
.AnyTagClassName
{
color: #027C9C;
}
</style>
background-color css
<style>
a { background-color: #027C9C; }
a { background-color: rgb(2,124,156); }
div.DivClassName
{
background-color: #027C9C;
}
.BgClassName
{
background-color: #027C9C;
}
</style>
border-color css
<style>
span { border-color: #027C9C; }
span { border-color: rgb(2,124,156); }
td.TdClassName
{
border-color: #027C9C;
}
.TagClassName
{
border-color: #027C9C;
}
</style>