Html Css Color HEX #160075 Navy

📋 copy color: '#160075'

red 22 ◦ green 0 ◦ blue 117

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

Shades of Navy #160075

Tints of Navy #160075

RGB

 RED value IS 22 (8.98% from 255) = 15.83%

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

 BLUE value IS 117 (46.09% from 255) = 84.17%

R = 15.83%
G = 0%
B = 84.17%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#160075 (or 0x160075) is known color: Navy. HEX triplet: 16, 00 and 75. RGB value is (22,0,117). Sum of RGB (Red+Green+Blue) = 22+0+117=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #160075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160075 is #E9FF8A. Grayscale: #131313. Windows color (decimal): -15335307 or 7667734. OLE color: 7667734.

HSL color Cylindrical-coordinate representation of color #160075: hue angle of 251.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160075 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 0 117 -
CMYK 0.81 1 0 0.54
HSL 251.28º 1% 0.23% -
HSV(B) 251.28º 1% 0.46% -
XYZ 3.54 1.45 16.92 -
YUV 19.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 22 0 117 0.81 1 0 0.54 251.28 1 0.23
Hex 16 0 75 51 64 0 36 FB 64 17
Octal 26 0 165 121 144 0 66 373 144 27
Binary 10110 0 1110101 1010001 1100100 0 110110 11111011 1100100 10111

Color Harmonies of #160075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160075

Black with #160075

Text Example


Text Example

White with #160075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160075; }

 p { color: rgb(22,0,117); }

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

background-color css

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

 a { background-color: rgb(22,0,117); }

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

border-color css

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

 span { border-color: rgb(22,0,117); }

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