Shades of Cerulean #027DA1
Tints of Cerulean #027DA1
RGB
CMYK
RGB Variations
Color information
#027DA1 (or 0x027DA1) is known color: Cerulean. HEX triplet: 02, 7D and A1. RGB value is (2,125,161). Sum of RGB (Red+Green+Blue) = 2+125+161=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #027DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027DA1 is #FD825E. Grayscale: #5C5C5C. Windows color (decimal): -16613983 or 10583298. OLE color: 10583298.
HSL color Cylindrical-coordinate representation of color #027DA1: hue angle of 193.58º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DA1 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 125 | 161 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.37 |
| HSL | 193.58º | 0.98% | 0.32% | - |
| HSV(B) | 193.58º | 0.99% | 0.63% | - |
| XYZ | 13.79 | 17.25 | 36.32 | - |
| YUV | 92.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 161 | 0.99 | 0.22 | 0 | 0.37 | 193.58 | 0.98 | 0.32 |
| Hex | 2 | 7D | A1 | 63 | 16 | 0 | 25 | C2 | 62 | 20 |
| Octal | 2 | 175 | 241 | 143 | 26 | 0 | 45 | 302 | 142 | 40 |
| Binary | 10 | 1111101 | 10100001 | 1100011 | 10110 | 0 | 100101 | 11000010 | 1100010 | 100000 |
Color Harmonies of #027DA1
Complementary color
Monochromatic Colors of #027DA1
Black with #027DA1
Text Example
Text Example
White with #027DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DA1; }
p { color: rgb(2,125,161); }
H1.HeaderClassName
{
color: #027DA1;
}
.AnyTagClassName
{
color: #027DA1;
}
</style>
background-color css
<style>
a { background-color: #027DA1; }
a { background-color: rgb(2,125,161); }
div.DivClassName
{
background-color: #027DA1;
}
.BgClassName
{
background-color: #027DA1;
}
</style>
border-color css
<style>
span { border-color: #027DA1; }
span { border-color: rgb(2,125,161); }
td.TdClassName
{
border-color: #027DA1;
}
.TagClassName
{
border-color: #027DA1;
}
</style>