Shades of Navy Blue #0250CF
Tints of Navy Blue #0250CF
RGB
CMYK
RGB Variations
Color information
#0250CF (or 0x0250CF) is known color: Navy Blue. HEX triplet: 02, 50 and CF. RGB value is (2,80,207). Sum of RGB (Red+Green+Blue) = 2+80+207=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #0250CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250CF is #FDAF30. Grayscale: #464646. Windows color (decimal): -16625457 or 13586434. OLE color: 13586434.
HSL color Cylindrical-coordinate representation of color #0250CF: hue angle of 217.17º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250CF is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 80 | 207 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.19 |
| HSL | 217.17º | 0.98% | 0.41% | - |
| HSV(B) | 217.17º | 0.99% | 0.81% | - |
| XYZ | 14.16 | 10.26 | 60.26 | - |
| YUV | 71.16 | 204.66 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 207 | 0.99 | 0.61 | 0 | 0.19 | 217.17 | 0.98 | 0.41 |
| Hex | 2 | 50 | CF | 63 | 3D | 0 | 13 | D9 | 62 | 29 |
| Octal | 2 | 120 | 317 | 143 | 75 | 0 | 23 | 331 | 142 | 51 |
| Binary | 10 | 1010000 | 11001111 | 1100011 | 111101 | 0 | 10011 | 11011001 | 1100010 | 101001 |
Color Harmonies of #0250CF
Complementary color
Monochromatic Colors of #0250CF
Black with #0250CF
Text Example
Text Example
White with #0250CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250CF; }
p { color: rgb(2,80,207); }
H1.HeaderClassName
{
color: #0250CF;
}
.AnyTagClassName
{
color: #0250CF;
}
</style>
background-color css
<style>
a { background-color: #0250CF; }
a { background-color: rgb(2,80,207); }
div.DivClassName
{
background-color: #0250CF;
}
.BgClassName
{
background-color: #0250CF;
}
</style>
border-color css
<style>
span { border-color: #0250CF; }
span { border-color: rgb(2,80,207); }
td.TdClassName
{
border-color: #0250CF;
}
.TagClassName
{
border-color: #0250CF;
}
</style>