Shades of Navy Blue #0273EA
Tints of Navy Blue #0273EA
RGB
CMYK
RGB Variations
Color information
#0273EA (or 0x0273EA) is known color: Navy Blue. HEX triplet: 02, 73 and EA. RGB value is (2,115,234). Sum of RGB (Red+Green+Blue) = 2+115+234=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #0273EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0273EA is #FD8C15. Grayscale: #5E5E5E. Windows color (decimal): -16616470 or 15364866. OLE color: 15364866.
HSL color Cylindrical-coordinate representation of color #0273EA: hue angle of 210.78º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273EA is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 115 | 234 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.08 |
| HSL | 210.78º | 0.98% | 0.46% | - |
| HSV(B) | 210.78º | 0.99% | 0.92% | - |
| XYZ | 21.01 | 18.21 | 80.25 | - |
| YUV | 94.78 | 206.56 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 234 | 0.99 | 0.51 | 0 | 0.08 | 210.78 | 0.98 | 0.46 |
| Hex | 2 | 73 | EA | 63 | 33 | 0 | 8 | D3 | 62 | 2E |
| Octal | 2 | 163 | 352 | 143 | 63 | 0 | 10 | 323 | 142 | 56 |
| Binary | 10 | 1110011 | 11101010 | 1100011 | 110011 | 0 | 1000 | 11010011 | 1100010 | 101110 |
Color Harmonies of #0273EA
Complementary color
Monochromatic Colors of #0273EA
Black with #0273EA
Text Example
Text Example
White with #0273EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0273EA; }
p { color: rgb(2,115,234); }
H1.HeaderClassName
{
color: #0273EA;
}
.AnyTagClassName
{
color: #0273EA;
}
</style>
background-color css
<style>
a { background-color: #0273EA; }
a { background-color: rgb(2,115,234); }
div.DivClassName
{
background-color: #0273EA;
}
.BgClassName
{
background-color: #0273EA;
}
</style>
border-color css
<style>
span { border-color: #0273EA; }
span { border-color: rgb(2,115,234); }
td.TdClassName
{
border-color: #0273EA;
}
.TagClassName
{
border-color: #0273EA;
}
</style>