Shades of Navy Blue #0273CF
Tints of Navy Blue #0273CF
RGB
CMYK
RGB Variations
Color information
#0273CF (or 0x0273CF) is known color: Navy Blue. HEX triplet: 02, 73 and CF. RGB value is (2,115,207). Sum of RGB (Red+Green+Blue) = 2+115+207=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #0273CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273CF is #FD8C30. Grayscale: #5B5B5B. Windows color (decimal): -16616497 or 13595394. OLE color: 13595394.
HSL color Cylindrical-coordinate representation of color #0273CF: hue angle of 206.93º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273CF is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 115 | 207 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.19 |
| HSL | 206.93º | 0.98% | 0.41% | - |
| HSV(B) | 206.93º | 0.99% | 0.81% | - |
| XYZ | 17.42 | 16.78 | 61.35 | - |
| YUV | 91.7 | 193.06 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 207 | 0.99 | 0.44 | 0 | 0.19 | 206.93 | 0.98 | 0.41 |
| Hex | 2 | 73 | CF | 63 | 2C | 0 | 13 | CF | 62 | 29 |
| Octal | 2 | 163 | 317 | 143 | 54 | 0 | 23 | 317 | 142 | 51 |
| Binary | 10 | 1110011 | 11001111 | 1100011 | 101100 | 0 | 10011 | 11001111 | 1100010 | 101001 |
Color Harmonies of #0273CF
Complementary color
Monochromatic Colors of #0273CF
Black with #0273CF
Text Example
Text Example
White with #0273CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0273CF; }
p { color: rgb(2,115,207); }
H1.HeaderClassName
{
color: #0273CF;
}
.AnyTagClassName
{
color: #0273CF;
}
</style>
background-color css
<style>
a { background-color: #0273CF; }
a { background-color: rgb(2,115,207); }
div.DivClassName
{
background-color: #0273CF;
}
.BgClassName
{
background-color: #0273CF;
}
</style>
border-color css
<style>
span { border-color: #0273CF; }
span { border-color: rgb(2,115,207); }
td.TdClassName
{
border-color: #0273CF;
}
.TagClassName
{
border-color: #0273CF;
}
</style>