Html Css Color HEX #011071 Navy

📋 copy color: '#011071'

red 1 ◦ green 16 ◦ blue 113

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

Shades of Navy #011071

Tints of Navy #011071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

 BLUE value IS 113 (44.53% from 255) = 86.92%

R = 0.77%
G = 12.31%
B = 86.92%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011071 (or 0x011071) is known color: Navy. HEX triplet: 01, 10 and 71. RGB value is (1,16,113). Sum of RGB (Red+Green+Blue) = 1+16+113=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 113 (44.53% from 255 or 86.92% from 130); Max value from RGB is 113 - color contains mainly: blue. Hex color #011071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011071 is #FEEF8E. Grayscale: #161616. Windows color (decimal): -16707471 or 7409665. OLE color: 7409665.

HSL color Cylindrical-coordinate representation of color #011071: hue angle of 231.96º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011071 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 16 113 -
CMYK 0.99 0.86 0 0.56
HSL 231.96º 0.98% 0.22% -
HSV(B) 231.96º 0.99% 0.44% -
XYZ 3.18 1.57 15.76 -
YUV 22.57 179.03 112.61 -
System Red Green Blue C M Y K H S L
Decimal 1 16 113 0.99 0.86 0 0.56 231.96 0.98 0.22
Hex 1 10 71 63 56 0 38 E8 62 16
Octal 1 20 161 143 126 0 70 350 142 26
Binary 1 10000 1110001 1100011 1010110 0 111000 11101000 1100010 10110

Color Harmonies of #011071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011071

Black with #011071

Text Example


Text Example

White with #011071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011071; }

 p { color: rgb(1,16,113); }

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

background-color css

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

 a { background-color: rgb(1,16,113); }

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

border-color css

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

 span { border-color: rgb(1,16,113); }

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