Html Css Color HEX #001982 Navy

📋 copy color: '#001982'

red 0 ◦ green 25 ◦ blue 130

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

Shades of Navy #001982

Tints of Navy #001982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 83.87%

R = 0%
G = 16.13%
B = 83.87%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#001982 (or 0x001982) is known color: Navy. HEX triplet: 00, 19 and 82. RGB value is (0,25,130). Sum of RGB (Red+Green+Blue) = 0+25+130=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #001982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001982 is #FFE67D. Grayscale: #1D1D1D. Windows color (decimal): -16770686 or 8526080. OLE color: 8526080.

HSL color Cylindrical-coordinate representation of color #001982: hue angle of 228.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001982 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 25 130 -
CMYK 1 0.81 0 0.49
HSL 228.46º 1% 0.25% -
HSV(B) 228.46º 1% 0.51% -
XYZ 4.38 2.31 21.33 -
YUV 29.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 0 25 130 1 0.81 0 0.49 228.46 1 0.25
Hex 0 19 82 64 51 0 31 E4 64 19
Octal 0 31 202 144 121 0 61 344 144 31
Binary 0 11001 10000010 1100100 1010001 0 110001 11100100 1100100 11001

Color Harmonies of #001982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001982

Black with #001982

Text Example


Text Example

White with #001982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001982; }

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

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

background-color css

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

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

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

border-color css

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

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

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