Html Css Color HEX #011682 Navy

📋 copy color: '#011682'

red 1 ◦ green 22 ◦ blue 130

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

Shades of Navy #011682

Tints of Navy #011682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

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

R = 0.65%
G = 14.38%
B = 84.97%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011682 (or 0x011682) is known color: Navy. HEX triplet: 01, 16 and 82. RGB value is (1,22,130). Sum of RGB (Red+Green+Blue) = 1+22+130=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 130 (51.17% from 255 or 84.97% from 153); Max value from RGB is 130 - color contains mainly: blue. Hex color #011682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011682 is #FEE97D. Grayscale: #1B1B1B. Windows color (decimal): -16705918 or 8525313. OLE color: 8525313.

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

Color convert

RGB 1 22 130 -
CMYK 0.99 0.83 0 0.49
HSL 230.23º 0.98% 0.26% -
HSV(B) 230.23º 0.99% 0.51% -
XYZ 4.33 2.19 21.31 -
YUV 28.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 1 22 130 0.99 0.83 0 0.49 230.23 0.98 0.26
Hex 1 16 82 63 53 0 31 E6 62 1A
Octal 1 26 202 143 123 0 61 346 142 32
Binary 1 10110 10000010 1100011 1010011 0 110001 11100110 1100010 11010

Color Harmonies of #011682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011682

Black with #011682

Text Example


Text Example

White with #011682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011682; }

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

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

background-color css

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

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

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

border-color css

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

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

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