Html Css Color HEX #001071 Navy

📋 copy color: '#001071'

red 0 ◦ green 16 ◦ blue 113

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

Shades of Navy #001071

Tints of Navy #001071

RGB

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

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

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

R = 0%
G = 12.4%
B = 87.6%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001071 (or 0x001071) is known color: Navy. HEX triplet: 00, 10 and 71. RGB value is (0,16,113). Sum of RGB (Red+Green+Blue) = 0+16+113=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 113 (44.53% from 255 or 87.60% from 129); Max value from RGB is 113 - color contains mainly: blue. Hex color #001071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001071 is #FFEF8E. Grayscale: #151515. Windows color (decimal): -16773007 or 7409664. OLE color: 7409664.

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

Color convert

RGB 0 16 113 -
CMYK 1 0.86 0 0.56
HSL 231.5º 1% 0.22% -
HSV(B) 231.5º 1% 0.44% -
XYZ 3.17 1.56 15.76 -
YUV 22.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 0 16 113 1 0.86 0 0.56 231.5 1 0.22
Hex 0 10 71 64 56 0 38 E8 64 16
Octal 0 20 161 144 126 0 70 350 144 26
Binary 0 10000 1110001 1100100 1010110 0 111000 11101000 1100100 10110

Color Harmonies of #001071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001071

Black with #001071

Text Example


Text Example

White with #001071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001071; }

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

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

background-color css

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

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

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

border-color css

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

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

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