Shades of Cerulean #027FA5
Tints of Cerulean #027FA5
RGB
CMYK
RGB Variations
Color information
#027FA5 (or 0x027FA5) is known color: Cerulean. HEX triplet: 02, 7F and A5. RGB value is (2,127,165). Sum of RGB (Red+Green+Blue) = 2+127+165=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #027FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027FA5 is #FD805A. Grayscale: #5D5D5D. Windows color (decimal): -16613467 or 10845954. OLE color: 10845954.
HSL color Cylindrical-coordinate representation of color #027FA5: hue angle of 193.99º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FA5 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 127 | 165 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.35 |
| HSL | 193.99º | 0.98% | 0.33% | - |
| HSV(B) | 193.99º | 0.99% | 0.65% | - |
| XYZ | 14.41 | 17.91 | 38.29 | - |
| YUV | 93.96 | 168.09 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 165 | 0.99 | 0.23 | 0 | 0.35 | 193.99 | 0.98 | 0.33 |
| Hex | 2 | 7F | A5 | 63 | 17 | 0 | 23 | C2 | 62 | 21 |
| Octal | 2 | 177 | 245 | 143 | 27 | 0 | 43 | 302 | 142 | 41 |
| Binary | 10 | 1111111 | 10100101 | 1100011 | 10111 | 0 | 100011 | 11000010 | 1100010 | 100001 |
Color Harmonies of #027FA5
Complementary color
Monochromatic Colors of #027FA5
Black with #027FA5
Text Example
Text Example
White with #027FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027FA5; }
p { color: rgb(2,127,165); }
H1.HeaderClassName
{
color: #027FA5;
}
.AnyTagClassName
{
color: #027FA5;
}
</style>
background-color css
<style>
a { background-color: #027FA5; }
a { background-color: rgb(2,127,165); }
div.DivClassName
{
background-color: #027FA5;
}
.BgClassName
{
background-color: #027FA5;
}
</style>
border-color css
<style>
span { border-color: #027FA5; }
span { border-color: rgb(2,127,165); }
td.TdClassName
{
border-color: #027FA5;
}
.TagClassName
{
border-color: #027FA5;
}
</style>