Shades of Navy Blue #0250C6
Tints of Navy Blue #0250C6
RGB
CMYK
RGB Variations
Color information
#0250C6 (or 0x0250C6) is known color: Navy Blue. HEX triplet: 02, 50 and C6. RGB value is (2,80,198). Sum of RGB (Red+Green+Blue) = 2+80+198=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 198 (77.73% from 255 or 70.71% from 280); Max value from RGB is 198 - color contains mainly: blue. Hex color #0250C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250C6 is #FDAF39. Grayscale: #454545. Windows color (decimal): -16625466 or 12996610. OLE color: 12996610.
HSL color Cylindrical-coordinate representation of color #0250C6: hue angle of 216.12º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250C6 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 80 | 198 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.22 |
| HSL | 216.12º | 0.98% | 0.39% | - |
| HSV(B) | 216.12º | 0.99% | 0.78% | - |
| XYZ | 13.09 | 9.83 | 54.63 | - |
| YUV | 70.13 | 200.16 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 198 | 0.99 | 0.60 | 0 | 0.22 | 216.12 | 0.98 | 0.39 |
| Hex | 2 | 50 | C6 | 63 | 3C | 0 | 16 | D8 | 62 | 27 |
| Octal | 2 | 120 | 306 | 143 | 74 | 0 | 26 | 330 | 142 | 47 |
| Binary | 10 | 1010000 | 11000110 | 1100011 | 111100 | 0 | 10110 | 11011000 | 1100010 | 100111 |
Color Harmonies of #0250C6
Complementary color
Monochromatic Colors of #0250C6
Black with #0250C6
Text Example
Text Example
White with #0250C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250C6; }
p { color: rgb(2,80,198); }
H1.HeaderClassName
{
color: #0250C6;
}
.AnyTagClassName
{
color: #0250C6;
}
</style>
background-color css
<style>
a { background-color: #0250C6; }
a { background-color: rgb(2,80,198); }
div.DivClassName
{
background-color: #0250C6;
}
.BgClassName
{
background-color: #0250C6;
}
</style>
border-color css
<style>
span { border-color: #0250C6; }
span { border-color: rgb(2,80,198); }
td.TdClassName
{
border-color: #0250C6;
}
.TagClassName
{
border-color: #0250C6;
}
</style>