Shades of Navy Blue #027BD2
Tints of Navy Blue #027BD2
RGB
CMYK
RGB Variations
Color information
#027BD2 (or 0x027BD2) is known color: Navy Blue. HEX triplet: 02, 7B and D2. RGB value is (2,123,210). Sum of RGB (Red+Green+Blue) = 2+123+210=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 210 (82.42% from 255 or 62.69% from 335); Max value from RGB is 210 - color contains mainly: blue. Hex color #027BD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BD2 is #FD842D. Grayscale: #606060. Windows color (decimal): -16614446 or 13794050. OLE color: 13794050.
HSL color Cylindrical-coordinate representation of color #027BD2: hue angle of 205.1º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BD2 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 123 | 210 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.18 |
| HSL | 205.1º | 0.98% | 0.42% | - |
| HSV(B) | 205.1º | 0.99% | 0.82% | - |
| XYZ | 18.74 | 18.83 | 63.62 | - |
| YUV | 96.74 | 191.91 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 210 | 0.99 | 0.41 | 0 | 0.18 | 205.1 | 0.98 | 0.42 |
| Hex | 2 | 7B | D2 | 63 | 29 | 0 | 12 | CD | 62 | 2A |
| Octal | 2 | 173 | 322 | 143 | 51 | 0 | 22 | 315 | 142 | 52 |
| Binary | 10 | 1111011 | 11010010 | 1100011 | 101001 | 0 | 10010 | 11001101 | 1100010 | 101010 |
Color Harmonies of #027BD2
Complementary color
Monochromatic Colors of #027BD2
Black with #027BD2
Text Example
Text Example
White with #027BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BD2; }
p { color: rgb(2,123,210); }
H1.HeaderClassName
{
color: #027BD2;
}
.AnyTagClassName
{
color: #027BD2;
}
</style>
background-color css
<style>
a { background-color: #027BD2; }
a { background-color: rgb(2,123,210); }
div.DivClassName
{
background-color: #027BD2;
}
.BgClassName
{
background-color: #027BD2;
}
</style>
border-color css
<style>
span { border-color: #027BD2; }
span { border-color: rgb(2,123,210); }
td.TdClassName
{
border-color: #027BD2;
}
.TagClassName
{
border-color: #027BD2;
}
</style>