Shades of Cerulean #027AAD
Tints of Cerulean #027AAD
RGB
CMYK
RGB Variations
Color information
#027AAD (or 0x027AAD) is known color: Cerulean. HEX triplet: 02, 7A and AD. RGB value is (2,122,173). Sum of RGB (Red+Green+Blue) = 2+122+173=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #027AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027AAD is #FD8552. Grayscale: #5B5B5B. Windows color (decimal): -16614739 or 11368962. OLE color: 11368962.
HSL color Cylindrical-coordinate representation of color #027AAD: hue angle of 197.89º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AAD is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 122 | 173 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.32 |
| HSL | 197.89º | 0.98% | 0.34% | - |
| HSV(B) | 197.89º | 0.99% | 0.68% | - |
| XYZ | 14.53 | 16.95 | 42.04 | - |
| YUV | 91.93 | 173.74 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 173 | 0.99 | 0.29 | 0 | 0.32 | 197.89 | 0.98 | 0.34 |
| Hex | 2 | 7A | AD | 63 | 1D | 0 | 20 | C6 | 62 | 22 |
| Octal | 2 | 172 | 255 | 143 | 35 | 0 | 40 | 306 | 142 | 42 |
| Binary | 10 | 1111010 | 10101101 | 1100011 | 11101 | 0 | 100000 | 11000110 | 1100010 | 100010 |
Color Harmonies of #027AAD
Complementary color
Monochromatic Colors of #027AAD
Black with #027AAD
Text Example
Text Example
White with #027AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AAD; }
p { color: rgb(2,122,173); }
H1.HeaderClassName
{
color: #027AAD;
}
.AnyTagClassName
{
color: #027AAD;
}
</style>
background-color css
<style>
a { background-color: #027AAD; }
a { background-color: rgb(2,122,173); }
div.DivClassName
{
background-color: #027AAD;
}
.BgClassName
{
background-color: #027AAD;
}
</style>
border-color css
<style>
span { border-color: #027AAD; }
span { border-color: rgb(2,122,173); }
td.TdClassName
{
border-color: #027AAD;
}
.TagClassName
{
border-color: #027AAD;
}
</style>