Html Css Color HEX #001984 Navy

📋 copy color: '#001984'

red 0 ◦ green 25 ◦ blue 132

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

Shades of Navy #001984

Tints of Navy #001984

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 25 (10.16% from 255) = 15.92%

 BLUE value IS 132 (51.95% from 255) = 84.08%

R = 0%
G = 15.92%
B = 84.08%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001984 (or 0x001984) is known color: Navy. HEX triplet: 00, 19 and 84. RGB value is (0,25,132). Sum of RGB (Red+Green+Blue) = 0+25+132=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #001984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001984 is #FFE67B. Grayscale: #1D1D1D. Windows color (decimal): -16770684 or 8657152. OLE color: 8657152.

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

Color convert

RGB 0 25 132 -
CMYK 1 0.81 0 0.48
HSL 228.64º 1% 0.26% -
HSV(B) 228.64º 1% 0.52% -
XYZ 4.51 2.36 22.05 -
YUV 29.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 0 25 132 1 0.81 0 0.48 228.64 1 0.26
Hex 0 19 84 64 51 0 30 E5 64 1A
Octal 0 31 204 144 121 0 60 345 144 32
Binary 0 11001 10000100 1100100 1010001 0 110000 11100101 1100100 11010

Color Harmonies of #001984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001984

Black with #001984

Text Example


Text Example

White with #001984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001984; }

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

 H1.HeaderClassName
 {
   color: #001984;
 }
 .AnyTagClassName
 {
   color: #001984;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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