Shades of Navy Blue #0250FC
Tints of Navy Blue #0250FC
RGB
CMYK
RGB Variations
Color information
#0250FC (or 0x0250FC) is known color: Navy Blue. HEX triplet: 02, 50 and FC. RGB value is (2,80,252). Sum of RGB (Red+Green+Blue) = 2+80+252=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #0250FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0250FC is #FDAF03. Grayscale: #4B4B4B. Windows color (decimal): -16625412 or 16535554. OLE color: 16535554.
HSL color Cylindrical-coordinate representation of color #0250FC: hue angle of 221.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250FC is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 80 | 252 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.01 |
| HSL | 221.28º | 0.98% | 0.5% | - |
| HSV(B) | 221.28º | 0.99% | 0.99% | - |
| XYZ | 20.46 | 12.78 | 93.48 | - |
| YUV | 76.29 | 227.16 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 252 | 0.99 | 0.68 | 0 | 0.01 | 221.28 | 0.98 | 0.5 |
| Hex | 2 | 50 | FC | 63 | 44 | 0 | 1 | DD | 62 | 32 |
| Octal | 2 | 120 | 374 | 143 | 104 | 0 | 1 | 335 | 142 | 62 |
| Binary | 10 | 1010000 | 11111100 | 1100011 | 1000100 | 0 | 1 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0250FC
Complementary color
Monochromatic Colors of #0250FC
Black with #0250FC
Text Example
Text Example
White with #0250FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250FC; }
p { color: rgb(2,80,252); }
H1.HeaderClassName
{
color: #0250FC;
}
.AnyTagClassName
{
color: #0250FC;
}
</style>
background-color css
<style>
a { background-color: #0250FC; }
a { background-color: rgb(2,80,252); }
div.DivClassName
{
background-color: #0250FC;
}
.BgClassName
{
background-color: #0250FC;
}
</style>
border-color css
<style>
span { border-color: #0250FC; }
span { border-color: rgb(2,80,252); }
td.TdClassName
{
border-color: #0250FC;
}
.TagClassName
{
border-color: #0250FC;
}
</style>