Shades of Navy Blue #0273C2
Tints of Navy Blue #0273C2
RGB
CMYK
RGB Variations
Color information
#0273C2 (or 0x0273C2) is known color: Navy Blue. HEX triplet: 02, 73 and C2. RGB value is (2,115,194). Sum of RGB (Red+Green+Blue) = 2+115+194=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 194 (76.17% from 255 or 62.38% from 311); Max value from RGB is 194 - color contains mainly: blue. Hex color #0273C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273C2 is #FD8C3D. Grayscale: #595959. Windows color (decimal): -16616510 or 12743426. OLE color: 12743426.
HSL color Cylindrical-coordinate representation of color #0273C2: hue angle of 204.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273C2 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 115 | 194 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.24 |
| HSL | 204.69º | 0.98% | 0.38% | - |
| HSV(B) | 204.69º | 0.99% | 0.76% | - |
| XYZ | 15.89 | 16.17 | 53.32 | - |
| YUV | 90.22 | 186.56 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 194 | 0.99 | 0.41 | 0 | 0.24 | 204.69 | 0.98 | 0.38 |
| Hex | 2 | 73 | C2 | 63 | 29 | 0 | 18 | CD | 62 | 26 |
| Octal | 2 | 163 | 302 | 143 | 51 | 0 | 30 | 315 | 142 | 46 |
| Binary | 10 | 1110011 | 11000010 | 1100011 | 101001 | 0 | 11000 | 11001101 | 1100010 | 100110 |
Color Harmonies of #0273C2
Complementary color
Monochromatic Colors of #0273C2
Black with #0273C2
Text Example
Text Example
White with #0273C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0273C2; }
p { color: rgb(2,115,194); }
H1.HeaderClassName
{
color: #0273C2;
}
.AnyTagClassName
{
color: #0273C2;
}
</style>
background-color css
<style>
a { background-color: #0273C2; }
a { background-color: rgb(2,115,194); }
div.DivClassName
{
background-color: #0273C2;
}
.BgClassName
{
background-color: #0273C2;
}
</style>
border-color css
<style>
span { border-color: #0273C2; }
span { border-color: rgb(2,115,194); }
td.TdClassName
{
border-color: #0273C2;
}
.TagClassName
{
border-color: #0273C2;
}
</style>