Html Css Color HEX #011882 Navy

📋 copy color: '#011882'

red 1 ◦ green 24 ◦ blue 130

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

Shades of Navy #011882

Tints of Navy #011882

RGB

 RED value IS 1 (0.78% from 255) = 0.65%

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

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

R = 0.65%
G = 15.48%
B = 83.87%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011882 (or 0x011882) is known color: Navy. HEX triplet: 01, 18 and 82. RGB value is (1,24,130). Sum of RGB (Red+Green+Blue) = 1+24+130=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 24 (9.77% from 255 or 15.48% 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 #011882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011882 is #FEE77D. Grayscale: #1C1C1C. Windows color (decimal): -16705406 or 8525825. OLE color: 8525825.

HSL color Cylindrical-coordinate representation of color #011882: hue angle of 229.3º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011882 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 24 130 -
CMYK 0.99 0.82 0 0.49
HSL 229.3º 0.98% 0.26% -
HSV(B) 229.3º 0.99% 0.51% -
XYZ 4.37 2.27 21.33 -
YUV 29.21 184.88 107.88 -
System Red Green Blue C M Y K H S L
Decimal 1 24 130 0.99 0.82 0 0.49 229.3 0.98 0.26
Hex 1 18 82 63 52 0 31 E5 62 1A
Octal 1 30 202 143 122 0 61 345 142 32
Binary 1 11000 10000010 1100011 1010010 0 110001 11100101 1100010 11010

Color Harmonies of #011882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011882

Black with #011882

Text Example


Text Example

White with #011882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011882; }

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

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

background-color css

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

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

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

border-color css

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

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

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