Html Css Color HEX #001882 Navy

📋 copy color: '#001882'

red 0 ◦ green 24 ◦ blue 130

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

Shades of Navy #001882

Tints of Navy #001882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

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

R = 0%
G = 15.58%
B = 84.42%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#001882 (or 0x001882) is known color: Navy. HEX triplet: 00, 18 and 82. RGB value is (0,24,130). Sum of RGB (Red+Green+Blue) = 0+24+130=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 130 (51.17% from 255 or 84.42% from 154); Max value from RGB is 130 - color contains mainly: blue. Hex color #001882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001882 is #FFE77D. Grayscale: #1C1C1C. Windows color (decimal): -16770942 or 8525824. OLE color: 8525824.

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

Color convert

RGB 0 24 130 -
CMYK 1 0.82 0 0.49
HSL 228.92º 1% 0.25% -
HSV(B) 228.92º 1% 0.51% -
XYZ 4.36 2.26 21.33 -
YUV 28.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 0 24 130 1 0.82 0 0.49 228.92 1 0.25
Hex 0 18 82 64 52 0 31 E5 64 19
Octal 0 30 202 144 122 0 61 345 144 31
Binary 0 11000 10000010 1100100 1010010 0 110001 11100101 1100100 11001

Color Harmonies of #001882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001882

Black with #001882

Text Example


Text Example

White with #001882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001882; }

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

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

background-color css

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

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

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

border-color css

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

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

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