#001183

Color #001183 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #001183

Tints of Navy #001183

Color information

#001183 (or 0x001183) is unknown color: approx 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

RGB017131-
CMYK10.8700.49
HSL232.21º100%25.69%-
HSV(B)232.21º100%51.37%-
XYZ4.32.0421.64-
YUV24.91187.87110.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 131 (51.56% from 255) = 88.51%
R=0%
G=11.49%
B=88.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01713110.8700.49232.2110025.69
Hex011836457031e8641a
Octal02120314412706135014432
Binary0100011000001111001001010111011000111101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>