Shades of Navy Blue #0272E7
Tints of Navy Blue #0272E7
RGB
CMYK
RGB Variations
Color information
#0272E7 (or 0x0272E7) is known color: Navy Blue. HEX triplet: 02, 72 and E7. RGB value is (2,114,231). Sum of RGB (Red+Green+Blue) = 2+114+231=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #0272E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0272E7 is #FD8D18. Grayscale: #5D5D5D. Windows color (decimal): -16616729 or 15168002. OLE color: 15168002.
HSL color Cylindrical-coordinate representation of color #0272E7: hue angle of 210.66º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0272E7 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 114 | 231 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.09 |
| HSL | 210.66º | 0.98% | 0.46% | - |
| HSV(B) | 210.66º | 0.99% | 0.91% | - |
| XYZ | 20.47 | 17.82 | 77.96 | - |
| YUV | 93.85 | 205.39 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 231 | 0.99 | 0.51 | 0 | 0.09 | 210.66 | 0.98 | 0.46 |
| Hex | 2 | 72 | E7 | 63 | 33 | 0 | 9 | D3 | 62 | 2E |
| Octal | 2 | 162 | 347 | 143 | 63 | 0 | 11 | 323 | 142 | 56 |
| Binary | 10 | 1110010 | 11100111 | 1100011 | 110011 | 0 | 1001 | 11010011 | 1100010 | 101110 |
Color Harmonies of #0272E7
Complementary color
Monochromatic Colors of #0272E7
Black with #0272E7
Text Example
Text Example
White with #0272E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0272E7; }
p { color: rgb(2,114,231); }
H1.HeaderClassName
{
color: #0272E7;
}
.AnyTagClassName
{
color: #0272E7;
}
</style>
background-color css
<style>
a { background-color: #0272E7; }
a { background-color: rgb(2,114,231); }
div.DivClassName
{
background-color: #0272E7;
}
.BgClassName
{
background-color: #0272E7;
}
</style>
border-color css
<style>
span { border-color: #0272E7; }
span { border-color: rgb(2,114,231); }
td.TdClassName
{
border-color: #0272E7;
}
.TagClassName
{
border-color: #0272E7;
}
</style>