Shades of Navy Blue #0150FB
Tints of Navy Blue #0150FB
RGB
CMYK
RGB Variations
Color information
#0150FB (or 0x0150FB) is known color: Navy Blue. HEX triplet: 01, 50 and FB. RGB value is (1,80,251). Sum of RGB (Red+Green+Blue) = 1+80+251=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #0150FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0150FB is #FEAF04. Grayscale: #4B4B4B. Windows color (decimal): -16690949 or 16470017. OLE color: 16470017.
HSL color Cylindrical-coordinate representation of color #0150FB: hue angle of 221.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0150FB is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 80 | 251 | - |
| CMYK | 1.00 | 0.68 | 0 | 0.02 |
| HSL | 221.04º | 0.99% | 0.49% | - |
| HSV(B) | 221.04º | 1% | 0.98% | - |
| XYZ | 20.29 | 12.71 | 92.65 | - |
| YUV | 75.87 | 226.83 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 251 | 1.00 | 0.68 | 0 | 0.02 | 221.04 | 0.99 | 0.49 |
| Hex | 1 | 50 | FB | 64 | 44 | 0 | 2 | DD | 63 | 31 |
| Octal | 1 | 120 | 373 | 144 | 104 | 0 | 2 | 335 | 143 | 61 |
| Binary | 1 | 1010000 | 11111011 | 1100100 | 1000100 | 0 | 10 | 11011101 | 1100011 | 110001 |
Color Harmonies of #0150FB
Complementary color
Monochromatic Colors of #0150FB
Black with #0150FB
Text Example
Text Example
White with #0150FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0150FB; }
p { color: rgb(1,80,251); }
H1.HeaderClassName
{
color: #0150FB;
}
.AnyTagClassName
{
color: #0150FB;
}
</style>
background-color css
<style>
a { background-color: #0150FB; }
a { background-color: rgb(1,80,251); }
div.DivClassName
{
background-color: #0150FB;
}
.BgClassName
{
background-color: #0150FB;
}
</style>
border-color css
<style>
span { border-color: #0150FB; }
span { border-color: rgb(1,80,251); }
td.TdClassName
{
border-color: #0150FB;
}
.TagClassName
{
border-color: #0150FB;
}
</style>