Html Css Color HEX #001584 Navy

📋 copy color: '#001584'

red 0 ◦ green 21 ◦ blue 132

#001584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #001584

Tints of Navy #001584

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 value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001584 (or 0x001584) is known color: 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

RGB 0 21 132 -
CMYK 1 0.84 0 0.48
HSL 230.45º 1% 0.26% -
HSV(B) 230.45º 1% 0.52% -
XYZ 4.43 2.2 22.02 -
YUV 27.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 0 21 132 1 0.84 0 0.48 230.45 1 0.26
Hex 0 15 84 64 54 0 30 E6 64 1A
Octal 0 25 204 144 124 0 60 346 144 32
Binary 0 10101 10000100 1100100 1010100 0 110000 11100110 1100100 11010

Color Harmonies of #001584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001584

Black with #001584

Text Example


Text Example

White with #001584

Text Example


Text Example

HTML Codes & Css Web 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>