Shades of Navy Blue #027BD6
Tints of Navy Blue #027BD6
RGB
CMYK
RGB Variations
Color information
#027BD6 (or 0x027BD6) is known color: Navy Blue. HEX triplet: 02, 7B and D6. RGB value is (2,123,214). Sum of RGB (Red+Green+Blue) = 2+123+214=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #027BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BD6 is #FD8429. Grayscale: #606060. Windows color (decimal): -16614442 or 14056194. OLE color: 14056194.
HSL color Cylindrical-coordinate representation of color #027BD6: hue angle of 205.75º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BD6 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 123 | 214 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.16 |
| HSL | 205.75º | 0.98% | 0.42% | - |
| HSV(B) | 205.75º | 0.99% | 0.84% | - |
| XYZ | 19.25 | 19.03 | 66.28 | - |
| YUV | 97.2 | 193.91 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 214 | 0.99 | 0.43 | 0 | 0.16 | 205.75 | 0.98 | 0.42 |
| Hex | 2 | 7B | D6 | 63 | 2B | 0 | 10 | CE | 62 | 2A |
| Octal | 2 | 173 | 326 | 143 | 53 | 0 | 20 | 316 | 142 | 52 |
| Binary | 10 | 1111011 | 11010110 | 1100011 | 101011 | 0 | 10000 | 11001110 | 1100010 | 101010 |
Color Harmonies of #027BD6
Complementary color
Monochromatic Colors of #027BD6
Black with #027BD6
Text Example
Text Example
White with #027BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BD6; }
p { color: rgb(2,123,214); }
H1.HeaderClassName
{
color: #027BD6;
}
.AnyTagClassName
{
color: #027BD6;
}
</style>
background-color css
<style>
a { background-color: #027BD6; }
a { background-color: rgb(2,123,214); }
div.DivClassName
{
background-color: #027BD6;
}
.BgClassName
{
background-color: #027BD6;
}
</style>
border-color css
<style>
span { border-color: #027BD6; }
span { border-color: rgb(2,123,214); }
td.TdClassName
{
border-color: #027BD6;
}
.TagClassName
{
border-color: #027BD6;
}
</style>