#001584

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

Shades of Navy #001584

Tints of Navy #001584

Color information

#001584 (or 0x001584) is unknown color: approx Navy. HEX triplet: 00, 15 and 84. RGB value is (0,21,132). Sum of RGB (Red+Green+Blue) = 0+21+132=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 132 (51.95% from 255 or 86.27% from 153); Max value from RGB is 132 - color contains mainly: blue. Hex color #001584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001584 is #FFEA7B. Grayscale: #1A1A1A. Windows color (decimal): -16771708 or 8656128. OLE color: 8656128.

HSL color Cylindrical-coordinate representation of color #001584: hue angle of 230.45º 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 #001584 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB021132-
CMYK10.8400.48
HSL230.45º100%25.88%-
HSV(B)230.45º100%51.76%-
XYZ4.432.222.02-
YUV27.38187.04108.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 132 (51.95% from 255) = 86.27%
R=0%
G=13.73%
B=86.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal02113210.8400.48230.4510025.88
Hex015846454030e6641a
Octal02520414412406034614432
Binary0101011000010011001001010100011000011100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001584; }

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

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

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

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

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

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

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

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