Shades of Navy Blue #027BDB
Tints of Navy Blue #027BDB
RGB
CMYK
RGB Variations
Color information
#027BDB (or 0x027BDB) is known color: Navy Blue. HEX triplet: 02, 7B and DB. RGB value is (2,123,219). Sum of RGB (Red+Green+Blue) = 2+123+219=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #027BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BDB is #FD8424. Grayscale: #616161. Windows color (decimal): -16614437 or 14383874. OLE color: 14383874.
HSL color Cylindrical-coordinate representation of color #027BDB: hue angle of 206.54º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BDB is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 123 | 219 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.14 |
| HSL | 206.54º | 0.98% | 0.43% | - |
| HSV(B) | 206.54º | 0.99% | 0.86% | - |
| XYZ | 19.89 | 19.29 | 69.69 | - |
| YUV | 97.77 | 196.41 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 219 | 0.99 | 0.44 | 0 | 0.14 | 206.54 | 0.98 | 0.43 |
| Hex | 2 | 7B | DB | 63 | 2C | 0 | E | CF | 62 | 2B |
| Octal | 2 | 173 | 333 | 143 | 54 | 0 | 16 | 317 | 142 | 53 |
| Binary | 10 | 1111011 | 11011011 | 1100011 | 101100 | 0 | 1110 | 11001111 | 1100010 | 101011 |
Color Harmonies of #027BDB
Complementary color
Monochromatic Colors of #027BDB
Black with #027BDB
Text Example
Text Example
White with #027BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BDB; }
p { color: rgb(2,123,219); }
H1.HeaderClassName
{
color: #027BDB;
}
.AnyTagClassName
{
color: #027BDB;
}
</style>
background-color css
<style>
a { background-color: #027BDB; }
a { background-color: rgb(2,123,219); }
div.DivClassName
{
background-color: #027BDB;
}
.BgClassName
{
background-color: #027BDB;
}
</style>
border-color css
<style>
span { border-color: #027BDB; }
span { border-color: rgb(2,123,219); }
td.TdClassName
{
border-color: #027BDB;
}
.TagClassName
{
border-color: #027BDB;
}
</style>