Shades of Navy Blue #0150DD
Tints of Navy Blue #0150DD
RGB
CMYK
RGB Variations
Color information
#0150DD (or 0x0150DD) is known color: Navy Blue. HEX triplet: 01, 50 and DD. RGB value is (1,80,221). Sum of RGB (Red+Green+Blue) = 1+80+221=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #0150DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150DD is #FEAF22. Grayscale: #474747. Windows color (decimal): -16690979 or 14503937. OLE color: 14503937.
HSL color Cylindrical-coordinate representation of color #0150DD: hue angle of 218.45º 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 #0150DD is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 80 | 221 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.13 |
| HSL | 218.45º | 0.99% | 0.44% | - |
| HSV(B) | 218.45º | 1% | 0.87% | - |
| XYZ | 15.93 | 10.96 | 69.68 | - |
| YUV | 72.45 | 211.83 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 221 | 1.00 | 0.64 | 0 | 0.13 | 218.45 | 0.99 | 0.44 |
| Hex | 1 | 50 | DD | 64 | 40 | 0 | D | DA | 63 | 2C |
| Octal | 1 | 120 | 335 | 144 | 100 | 0 | 15 | 332 | 143 | 54 |
| Binary | 1 | 1010000 | 11011101 | 1100100 | 1000000 | 0 | 1101 | 11011010 | 1100011 | 101100 |
Color Harmonies of #0150DD
Complementary color
Monochromatic Colors of #0150DD
Black with #0150DD
Text Example
Text Example
White with #0150DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0150DD; }
p { color: rgb(1,80,221); }
H1.HeaderClassName
{
color: #0150DD;
}
.AnyTagClassName
{
color: #0150DD;
}
</style>
background-color css
<style>
a { background-color: #0150DD; }
a { background-color: rgb(1,80,221); }
div.DivClassName
{
background-color: #0150DD;
}
.BgClassName
{
background-color: #0150DD;
}
</style>
border-color css
<style>
span { border-color: #0150DD; }
span { border-color: rgb(1,80,221); }
td.TdClassName
{
border-color: #0150DD;
}
.TagClassName
{
border-color: #0150DD;
}
</style>