Shades of Navy Blue #0250FF
Tints of Navy Blue #0250FF
RGB
CMYK
RGB Variations
Color information
#0250FF (or 0x0250FF) is known color: Navy Blue. HEX triplet: 02, 50 and FF. RGB value is (2,80,255). Sum of RGB (Red+Green+Blue) = 2+80+255=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #0250FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0250FF is #FDAF00. Grayscale: #4B4B4B. Windows color (decimal): -16625409 or 16732162. OLE color: 16732162.
HSL color Cylindrical-coordinate representation of color #0250FF: hue angle of 221.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250FF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 80 | 255 | - |
| CMYK | 0.99 | 0.69 | 0 | 0 |
| HSL | 221.5º | 1% | 0.5% | - |
| HSV(B) | 221.5º | 0.99% | 1% | - |
| XYZ | 20.94 | 12.97 | 96.01 | - |
| YUV | 76.63 | 228.66 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 255 | 0.99 | 0.69 | 0 | 0 | 221.5 | 1 | 0.5 |
| Hex | 2 | 50 | FF | 63 | 45 | 0 | 0 | DE | 64 | 32 |
| Octal | 2 | 120 | 377 | 143 | 105 | 0 | 0 | 336 | 144 | 62 |
| Binary | 10 | 1010000 | 11111111 | 1100011 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110010 |
Color Harmonies of #0250FF
Complementary color
Monochromatic Colors of #0250FF
Black with #0250FF
Text Example
Text Example
White with #0250FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250FF; }
p { color: rgb(2,80,255); }
H1.HeaderClassName
{
color: #0250FF;
}
.AnyTagClassName
{
color: #0250FF;
}
</style>
background-color css
<style>
a { background-color: #0250FF; }
a { background-color: rgb(2,80,255); }
div.DivClassName
{
background-color: #0250FF;
}
.BgClassName
{
background-color: #0250FF;
}
</style>
border-color css
<style>
span { border-color: #0250FF; }
span { border-color: rgb(2,80,255); }
td.TdClassName
{
border-color: #0250FF;
}
.TagClassName
{
border-color: #0250FF;
}
</style>