Shades of Navy Blue #027BE0
Tints of Navy Blue #027BE0
RGB
CMYK
RGB Variations
Color information
#027BE0 (or 0x027BE0) is known color: Navy Blue. HEX triplet: 02, 7B and E0. RGB value is (2,123,224). Sum of RGB (Red+Green+Blue) = 2+123+224=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #027BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BE0 is #FD841F. Grayscale: #616161. Windows color (decimal): -16614432 or 14711554. OLE color: 14711554.
HSL color Cylindrical-coordinate representation of color #027BE0: hue angle of 207.3º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BE0 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 123 | 224 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.12 |
| HSL | 207.3º | 0.98% | 0.44% | - |
| HSV(B) | 207.3º | 0.99% | 0.88% | - |
| XYZ | 20.56 | 19.56 | 73.21 | - |
| YUV | 98.34 | 198.91 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 224 | 0.99 | 0.45 | 0 | 0.12 | 207.3 | 0.98 | 0.44 |
| Hex | 2 | 7B | E0 | 63 | 2D | 0 | C | CF | 62 | 2C |
| Octal | 2 | 173 | 340 | 143 | 55 | 0 | 14 | 317 | 142 | 54 |
| Binary | 10 | 1111011 | 11100000 | 1100011 | 101101 | 0 | 1100 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027BE0
Complementary color
Monochromatic Colors of #027BE0
Black with #027BE0
Text Example
Text Example
White with #027BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BE0; }
p { color: rgb(2,123,224); }
H1.HeaderClassName
{
color: #027BE0;
}
.AnyTagClassName
{
color: #027BE0;
}
</style>
background-color css
<style>
a { background-color: #027BE0; }
a { background-color: rgb(2,123,224); }
div.DivClassName
{
background-color: #027BE0;
}
.BgClassName
{
background-color: #027BE0;
}
</style>
border-color css
<style>
span { border-color: #027BE0; }
span { border-color: rgb(2,123,224); }
td.TdClassName
{
border-color: #027BE0;
}
.TagClassName
{
border-color: #027BE0;
}
</style>