Shades of Navy Blue #0150DF
Tints of Navy Blue #0150DF
RGB
CMYK
RGB Variations
Color information
#0150DF (or 0x0150DF) is known color: Navy Blue. HEX triplet: 01, 50 and DF. RGB value is (1,80,223). Sum of RGB (Red+Green+Blue) = 1+80+223=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #0150DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150DF is #FEAF20. Grayscale: #484848. Windows color (decimal): -16690977 or 14635009. OLE color: 14635009.
HSL color Cylindrical-coordinate representation of color #0150DF: hue angle of 218.65º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0150DF is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 80 | 223 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.13 |
| HSL | 218.65º | 0.99% | 0.44% | - |
| HSV(B) | 218.65º | 1% | 0.87% | - |
| XYZ | 16.2 | 11.07 | 71.1 | - |
| YUV | 72.68 | 212.83 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 223 | 1.00 | 0.64 | 0 | 0.13 | 218.65 | 0.99 | 0.44 |
| Hex | 1 | 50 | DF | 64 | 40 | 0 | D | DB | 63 | 2C |
| Octal | 1 | 120 | 337 | 144 | 100 | 0 | 15 | 333 | 143 | 54 |
| Binary | 1 | 1010000 | 11011111 | 1100100 | 1000000 | 0 | 1101 | 11011011 | 1100011 | 101100 |
Color Harmonies of #0150DF
Complementary color
Monochromatic Colors of #0150DF
Black with #0150DF
Text Example
Text Example
White with #0150DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0150DF; }
p { color: rgb(1,80,223); }
H1.HeaderClassName
{
color: #0150DF;
}
.AnyTagClassName
{
color: #0150DF;
}
</style>
background-color css
<style>
a { background-color: #0150DF; }
a { background-color: rgb(1,80,223); }
div.DivClassName
{
background-color: #0150DF;
}
.BgClassName
{
background-color: #0150DF;
}
</style>
border-color css
<style>
span { border-color: #0150DF; }
span { border-color: rgb(1,80,223); }
td.TdClassName
{
border-color: #0150DF;
}
.TagClassName
{
border-color: #0150DF;
}
</style>