Shades of Navy Blue #027AD3
Tints of Navy Blue #027AD3
RGB
CMYK
RGB Variations
Color information
#027AD3 (or 0x027AD3) is known color: Navy Blue. HEX triplet: 02, 7A and D3. RGB value is (2,122,211). Sum of RGB (Red+Green+Blue) = 2+122+211=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 211 (82.81% from 255 or 62.99% from 335); Max value from RGB is 211 - color contains mainly: blue. Hex color #027AD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AD3 is #FD852C. Grayscale: #5F5F5F. Windows color (decimal): -16614701 or 13859330. OLE color: 13859330.
HSL color Cylindrical-coordinate representation of color #027AD3: hue angle of 205.55º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AD3 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 122 | 211 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.17 |
| HSL | 205.55º | 0.98% | 0.42% | - |
| HSV(B) | 205.55º | 0.99% | 0.83% | - |
| XYZ | 18.74 | 18.64 | 64.24 | - |
| YUV | 96.27 | 192.74 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 211 | 0.99 | 0.42 | 0 | 0.17 | 205.55 | 0.98 | 0.42 |
| Hex | 2 | 7A | D3 | 63 | 2A | 0 | 11 | CE | 62 | 2A |
| Octal | 2 | 172 | 323 | 143 | 52 | 0 | 21 | 316 | 142 | 52 |
| Binary | 10 | 1111010 | 11010011 | 1100011 | 101010 | 0 | 10001 | 11001110 | 1100010 | 101010 |
Color Harmonies of #027AD3
Complementary color
Monochromatic Colors of #027AD3
Black with #027AD3
Text Example
Text Example
White with #027AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AD3; }
p { color: rgb(2,122,211); }
H1.HeaderClassName
{
color: #027AD3;
}
.AnyTagClassName
{
color: #027AD3;
}
</style>
background-color css
<style>
a { background-color: #027AD3; }
a { background-color: rgb(2,122,211); }
div.DivClassName
{
background-color: #027AD3;
}
.BgClassName
{
background-color: #027AD3;
}
</style>
border-color css
<style>
span { border-color: #027AD3; }
span { border-color: rgb(2,122,211); }
td.TdClassName
{
border-color: #027AD3;
}
.TagClassName
{
border-color: #027AD3;
}
</style>