Shades of Navy Blue #0250CB
Tints of Navy Blue #0250CB
RGB
CMYK
RGB Variations
Color information
#0250CB (or 0x0250CB) is known color: Navy Blue. HEX triplet: 02, 50 and CB. RGB value is (2,80,203). Sum of RGB (Red+Green+Blue) = 2+80+203=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #0250CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250CB is #FDAF34. Grayscale: #464646. Windows color (decimal): -16625461 or 13324290. OLE color: 13324290.
HSL color Cylindrical-coordinate representation of color #0250CB: hue angle of 216.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250CB is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 80 | 203 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.20 |
| HSL | 216.72º | 0.98% | 0.4% | - |
| HSV(B) | 216.72º | 0.99% | 0.8% | - |
| XYZ | 13.67 | 10.06 | 57.72 | - |
| YUV | 70.7 | 202.66 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 203 | 0.99 | 0.61 | 0 | 0.20 | 216.72 | 0.98 | 0.4 |
| Hex | 2 | 50 | CB | 63 | 3D | 0 | 14 | D9 | 62 | 28 |
| Octal | 2 | 120 | 313 | 143 | 75 | 0 | 24 | 331 | 142 | 50 |
| Binary | 10 | 1010000 | 11001011 | 1100011 | 111101 | 0 | 10100 | 11011001 | 1100010 | 101000 |
Color Harmonies of #0250CB
Complementary color
Monochromatic Colors of #0250CB
Black with #0250CB
Text Example
Text Example
White with #0250CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250CB; }
p { color: rgb(2,80,203); }
H1.HeaderClassName
{
color: #0250CB;
}
.AnyTagClassName
{
color: #0250CB;
}
</style>
background-color css
<style>
a { background-color: #0250CB; }
a { background-color: rgb(2,80,203); }
div.DivClassName
{
background-color: #0250CB;
}
.BgClassName
{
background-color: #0250CB;
}
</style>
border-color css
<style>
span { border-color: #0250CB; }
span { border-color: rgb(2,80,203); }
td.TdClassName
{
border-color: #0250CB;
}
.TagClassName
{
border-color: #0250CB;
}
</style>