Shades of Navy #001183
Tints of Navy #001183
RGB
CMYK
RGB Variations
Color information
#001183 (or 0x001183) is known color: Navy. HEX triplet: 00, 11 and 83. RGB value is (0,17,131). Sum of RGB (Red+Green+Blue) = 0+17+131=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 131 (51.56% from 255 or 88.51% from 148); Max value from RGB is 131 - color contains mainly: blue. Hex color #001183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001183 is #FFEE7C. Grayscale: #181818. Windows color (decimal): -16772733 or 8589568. OLE color: 8589568.
HSL color Cylindrical-coordinate representation of color #001183: hue angle of 232.21º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001183 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 17 | 131 | - |
| CMYK | 1 | 0.87 | 0 | 0.49 |
| HSL | 232.21º | 1% | 0.26% | - |
| HSV(B) | 232.21º | 1% | 0.51% | - |
| XYZ | 4.3 | 2.04 | 21.64 | - |
| YUV | 24.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 131 | 1 | 0.87 | 0 | 0.49 | 232.21 | 1 | 0.26 |
| Hex | 0 | 11 | 83 | 64 | 57 | 0 | 31 | E8 | 64 | 1A |
| Octal | 0 | 21 | 203 | 144 | 127 | 0 | 61 | 350 | 144 | 32 |
| Binary | 0 | 10001 | 10000011 | 1100100 | 1010111 | 0 | 110001 | 11101000 | 1100100 | 11010 |
Color Harmonies of #001183
Complementary color
Monochromatic Colors of #001183
Black with #001183
Text Example
Text Example
White with #001183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001183; }
p { color: rgb(0,17,131); }
H1.HeaderClassName
{
color: #001183;
}
.AnyTagClassName
{
color: #001183;
}
</style>
background-color css
<style>
a { background-color: #001183; }
a { background-color: rgb(0,17,131); }
div.DivClassName
{
background-color: #001183;
}
.BgClassName
{
background-color: #001183;
}
</style>
border-color css
<style>
span { border-color: #001183; }
span { border-color: rgb(0,17,131); }
td.TdClassName
{
border-color: #001183;
}
.TagClassName
{
border-color: #001183;
}
</style>