Shades of Navy #150076
Tints of Navy #150076
RGB
CMYK
RGB Variations
Color information
#150076 (or 0x150076) is known color: Navy. HEX triplet: 15, 00 and 76. RGB value is (21,0,118). Sum of RGB (Red+Green+Blue) = 21+0+118=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #150076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150076 is #EAFF89. Grayscale: #131313. Windows color (decimal): -15400842 or 7733269. OLE color: 7733269.
HSL color Cylindrical-coordinate representation of color #150076: hue angle of 250.68º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150076 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 0 | 118 | - |
| CMYK | 0.82 | 1 | 0 | 0.54 |
| HSL | 250.68º | 1% | 0.23% | - |
| HSV(B) | 250.68º | 1% | 0.46% | - |
| XYZ | 3.58 | 1.47 | 17.23 | - |
| YUV | 19.73 | 183.46 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 118 | 0.82 | 1 | 0 | 0.54 | 250.68 | 1 | 0.23 |
| Hex | 15 | 0 | 76 | 52 | 64 | 0 | 36 | FB | 64 | 17 |
| Octal | 25 | 0 | 166 | 122 | 144 | 0 | 66 | 373 | 144 | 27 |
| Binary | 10101 | 0 | 1110110 | 1010010 | 1100100 | 0 | 110110 | 11111011 | 1100100 | 10111 |
Color Harmonies of #150076
Complementary color
Monochromatic Colors of #150076
Black with #150076
Text Example
Text Example
White with #150076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150076; }
p { color: rgb(21,0,118); }
H1.HeaderClassName
{
color: #150076;
}
.AnyTagClassName
{
color: #150076;
}
</style>
background-color css
<style>
a { background-color: #150076; }
a { background-color: rgb(21,0,118); }
div.DivClassName
{
background-color: #150076;
}
.BgClassName
{
background-color: #150076;
}
</style>
border-color css
<style>
span { border-color: #150076; }
span { border-color: rgb(21,0,118); }
td.TdClassName
{
border-color: #150076;
}
.TagClassName
{
border-color: #150076;
}
</style>