Shades of Navy #150075
Tints of Navy #150075
RGB
CMYK
RGB Variations
Color information
#150075 (or 0x150075) is known color: Navy. HEX triplet: 15, 00 and 75. RGB value is (21,0,117). Sum of RGB (Red+Green+Blue) = 21+0+117=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 117 (46.09% from 255 or 84.78% from 138); Max value from RGB is 117 - color contains mainly: blue. Hex color #150075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150075 is #EAFF8A. Grayscale: #131313. Windows color (decimal): -15400843 or 7667733. OLE color: 7667733.
HSL color Cylindrical-coordinate representation of color #150075: hue angle of 250.77º 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 #150075 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 0 | 117 | - |
| CMYK | 0.82 | 1 | 0 | 0.54 |
| HSL | 250.77º | 1% | 0.23% | - |
| HSV(B) | 250.77º | 1% | 0.46% | - |
| XYZ | 3.52 | 1.44 | 16.92 | - |
| YUV | 19.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 117 | 0.82 | 1 | 0 | 0.54 | 250.77 | 1 | 0.23 |
| Hex | 15 | 0 | 75 | 52 | 64 | 0 | 36 | FB | 64 | 17 |
| Octal | 25 | 0 | 165 | 122 | 144 | 0 | 66 | 373 | 144 | 27 |
| Binary | 10101 | 0 | 1110101 | 1010010 | 1100100 | 0 | 110110 | 11111011 | 1100100 | 10111 |
Color Harmonies of #150075
Complementary color
Monochromatic Colors of #150075
Black with #150075
Text Example
Text Example
White with #150075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150075; }
p { color: rgb(21,0,117); }
H1.HeaderClassName
{
color: #150075;
}
.AnyTagClassName
{
color: #150075;
}
</style>
background-color css
<style>
a { background-color: #150075; }
a { background-color: rgb(21,0,117); }
div.DivClassName
{
background-color: #150075;
}
.BgClassName
{
background-color: #150075;
}
</style>
border-color css
<style>
span { border-color: #150075; }
span { border-color: rgb(21,0,117); }
td.TdClassName
{
border-color: #150075;
}
.TagClassName
{
border-color: #150075;
}
</style>