Shades of Cerulean #027AB2
Tints of Cerulean #027AB2
RGB
CMYK
RGB Variations
Color information
#027AB2 (or 0x027AB2) is known color: Cerulean. HEX triplet: 02, 7A and B2. RGB value is (2,122,178). Sum of RGB (Red+Green+Blue) = 2+122+178=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 178 (69.92% from 255 or 58.94% from 302); Max value from RGB is 178 - color contains mainly: blue. Hex color #027AB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027AB2 is #FD854D. Grayscale: #5C5C5C. Windows color (decimal): -16614734 or 11696642. OLE color: 11696642.
HSL color Cylindrical-coordinate representation of color #027AB2: hue angle of 199.09º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AB2 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 122 | 178 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.30 |
| HSL | 199.09º | 0.98% | 0.35% | - |
| HSV(B) | 199.09º | 0.99% | 0.7% | - |
| XYZ | 15.02 | 17.15 | 44.64 | - |
| YUV | 92.5 | 176.24 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 178 | 0.99 | 0.31 | 0 | 0.30 | 199.09 | 0.98 | 0.35 |
| Hex | 2 | 7A | B2 | 63 | 1F | 0 | 1E | C7 | 62 | 23 |
| Octal | 2 | 172 | 262 | 143 | 37 | 0 | 36 | 307 | 142 | 43 |
| Binary | 10 | 1111010 | 10110010 | 1100011 | 11111 | 0 | 11110 | 11000111 | 1100010 | 100011 |
Color Harmonies of #027AB2
Complementary color
Monochromatic Colors of #027AB2
Black with #027AB2
Text Example
Text Example
White with #027AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AB2; }
p { color: rgb(2,122,178); }
H1.HeaderClassName
{
color: #027AB2;
}
.AnyTagClassName
{
color: #027AB2;
}
</style>
background-color css
<style>
a { background-color: #027AB2; }
a { background-color: rgb(2,122,178); }
div.DivClassName
{
background-color: #027AB2;
}
.BgClassName
{
background-color: #027AB2;
}
</style>
border-color css
<style>
span { border-color: #027AB2; }
span { border-color: rgb(2,122,178); }
td.TdClassName
{
border-color: #027AB2;
}
.TagClassName
{
border-color: #027AB2;
}
</style>