#001184

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

Shades of Navy #001184

Tints of Navy #001184

Color information

#001184 (or 0x001184) is unknown color: approx Navy. HEX triplet: 00, 11 and 84. RGB value is (0,17,132). Sum of RGB (Red+Green+Blue) = 0+17+132=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 132 (51.95% from 255 or 88.59% from 149); Max value from RGB is 132 - color contains mainly: blue. Hex color #001184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001184 is #FFEE7B. Grayscale: #181818. Windows color (decimal): -16772732 or 8655104. OLE color: 8655104.

HSL color Cylindrical-coordinate representation of color #001184: hue angle of 232.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001184 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB017132-
CMYK10.8700.48
HSL232.27º100%25.88%-
HSV(B)232.27º100%51.76%-
XYZ4.372.0722-
YUV25.03188.37110.15-

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.41%
BLUE value IS 132 (51.95% from 255) = 88.59%
R=0%
G=11.41%
B=88.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal01713210.8700.48232.2710025.88
Hex011846457030e8641a
Octal02120414412706035014432
Binary0100011000010011001001010111011000011101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001184; }

 p { color: rgb(0,17,132); }

 H1.HeaderClassName
 {
   color: #001184;
 }
 .AnyTagClassName
 {
   color: #001184;
 }
</style>
background-color css

<style>
 a { background-color: #001184; }

 a { background-color: rgb(0,17,132); }

 div.DivClassName
 {
   background-color: #001184;
 }
 .BgClassName
 {
   background-color: #001184;
 }
</style>
border-color css

<style>
 span { border-color: #001184; }

 span { border-color: rgb(0,17,132); }

 td.TdClassName
 {
   border-color: #001184;
 }
 .TagClassName
 {
   border-color: #001184;
 }
</style>