Shades of Navy Blue #0250C8
Tints of Navy Blue #0250C8
RGB
CMYK
RGB Variations
Color information
#0250C8 (or 0x0250C8) is known color: Navy Blue. HEX triplet: 02, 50 and C8. RGB value is (2,80,200). Sum of RGB (Red+Green+Blue) = 2+80+200=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #0250C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250C8 is #FDAF37. Grayscale: #454545. Windows color (decimal): -16625464 or 13127682. OLE color: 13127682.
HSL color Cylindrical-coordinate representation of color #0250C8: hue angle of 216.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250C8 is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 80 | 200 | - |
| CMYK | 0.99 | 0.6 | 0 | 0.22 |
| HSL | 216.36º | 0.98% | 0.4% | - |
| HSV(B) | 216.36º | 0.99% | 0.78% | - |
| XYZ | 13.32 | 9.92 | 55.86 | - |
| YUV | 70.36 | 201.16 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 200 | 0.99 | 0.6 | 0 | 0.22 | 216.36 | 0.98 | 0.4 |
| Hex | 2 | 50 | C8 | 63 | 3C | 0 | 16 | D8 | 62 | 28 |
| Octal | 2 | 120 | 310 | 143 | 74 | 0 | 26 | 330 | 142 | 50 |
| Binary | 10 | 1010000 | 11001000 | 1100011 | 111100 | 0 | 10110 | 11011000 | 1100010 | 101000 |
Color Harmonies of #0250C8
Complementary color
Monochromatic Colors of #0250C8
Black with #0250C8
Text Example
Text Example
White with #0250C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250C8; }
p { color: rgb(2,80,200); }
H1.HeaderClassName
{
color: #0250C8;
}
.AnyTagClassName
{
color: #0250C8;
}
</style>
background-color css
<style>
a { background-color: #0250C8; }
a { background-color: rgb(2,80,200); }
div.DivClassName
{
background-color: #0250C8;
}
.BgClassName
{
background-color: #0250C8;
}
</style>
border-color css
<style>
span { border-color: #0250C8; }
span { border-color: rgb(2,80,200); }
td.TdClassName
{
border-color: #0250C8;
}
.TagClassName
{
border-color: #0250C8;
}
</style>