Shades of Navy #150073
Tints of Navy #150073
RGB
CMYK
RGB Variations
Color information
#150073 (or 0x150073) is known color: Navy. HEX triplet: 15, 00 and 73. RGB value is (21,0,115). Sum of RGB (Red+Green+Blue) = 21+0+115=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #150073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150073 is #EAFF8C. Grayscale: #121212. Windows color (decimal): -15400845 or 7536661. OLE color: 7536661.
HSL color Cylindrical-coordinate representation of color #150073: hue angle of 250.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150073 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 0 | 115 | - |
| CMYK | 0.82 | 1 | 0 | 0.55 |
| HSL | 250.96º | 1% | 0.23% | - |
| HSV(B) | 250.96º | 1% | 0.45% | - |
| XYZ | 3.4 | 1.4 | 16.31 | - |
| YUV | 19.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 115 | 0.82 | 1 | 0 | 0.55 | 250.96 | 1 | 0.23 |
| Hex | 15 | 0 | 73 | 52 | 64 | 0 | 37 | FB | 64 | 17 |
| Octal | 25 | 0 | 163 | 122 | 144 | 0 | 67 | 373 | 144 | 27 |
| Binary | 10101 | 0 | 1110011 | 1010010 | 1100100 | 0 | 110111 | 11111011 | 1100100 | 10111 |
Color Harmonies of #150073
Complementary color
Monochromatic Colors of #150073
Black with #150073
Text Example
Text Example
White with #150073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150073; }
p { color: rgb(21,0,115); }
H1.HeaderClassName
{
color: #150073;
}
.AnyTagClassName
{
color: #150073;
}
</style>
background-color css
<style>
a { background-color: #150073; }
a { background-color: rgb(21,0,115); }
div.DivClassName
{
background-color: #150073;
}
.BgClassName
{
background-color: #150073;
}
</style>
border-color css
<style>
span { border-color: #150073; }
span { border-color: rgb(21,0,115); }
td.TdClassName
{
border-color: #150073;
}
.TagClassName
{
border-color: #150073;
}
</style>