Shades of Navy #150174
Tints of Navy #150174
RGB
CMYK
RGB Variations
Color information
#150174 (or 0x150174) is known color: Navy. HEX triplet: 15, 01 and 74. RGB value is (21,1,116). Sum of RGB (Red+Green+Blue) = 21+1+116=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 116 (45.70% from 255 or 84.06% from 138); Max value from RGB is 116 - color contains mainly: blue. Hex color #150174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150174 is #EAFE8B. Grayscale: #131313. Windows color (decimal): -15400588 or 7602453. OLE color: 7602453.
HSL color Cylindrical-coordinate representation of color #150174: hue angle of 250.43º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150174 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 1 | 116 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.55 |
| HSL | 250.43º | 0.98% | 0.23% | - |
| HSV(B) | 250.43º | 0.99% | 0.45% | - |
| XYZ | 3.47 | 1.44 | 16.62 | - |
| YUV | 20.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 116 | 0.82 | 0.99 | 0 | 0.55 | 250.43 | 0.98 | 0.23 |
| Hex | 15 | 1 | 74 | 52 | 63 | 0 | 37 | FA | 62 | 17 |
| Octal | 25 | 1 | 164 | 122 | 143 | 0 | 67 | 372 | 142 | 27 |
| Binary | 10101 | 1 | 1110100 | 1010010 | 1100011 | 0 | 110111 | 11111010 | 1100010 | 10111 |
Color Harmonies of #150174
Complementary color
Monochromatic Colors of #150174
Black with #150174
Text Example
Text Example
White with #150174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150174; }
p { color: rgb(21,1,116); }
H1.HeaderClassName
{
color: #150174;
}
.AnyTagClassName
{
color: #150174;
}
</style>
background-color css
<style>
a { background-color: #150174; }
a { background-color: rgb(21,1,116); }
div.DivClassName
{
background-color: #150174;
}
.BgClassName
{
background-color: #150174;
}
</style>
border-color css
<style>
span { border-color: #150174; }
span { border-color: rgb(21,1,116); }
td.TdClassName
{
border-color: #150174;
}
.TagClassName
{
border-color: #150174;
}
</style>