Html Css Color HEX #16164D Paua

📋 copy color: '#16164D'

red 22 ◦ green 22 ◦ blue 77

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

Shades of Paua #16164D

Tints of Paua #16164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 63.64%

R = 18.18%
G = 18.18%
B = 63.64%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#16164D (or 0x16164D) is known color: Paua. HEX triplet: 16, 16 and 4D. RGB value is (22,22,77). Sum of RGB (Red+Green+Blue) = 22+22+77=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #16164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16164D is #E9E9B2. Grayscale: #1C1C1C. Windows color (decimal): -15329715 or 5051926. OLE color: 5051926.

HSL color Cylindrical-coordinate representation of color #16164D: hue angle of 240º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16164D is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 22 22 77 -
CMYK 0.71 0.71 0 0.70
HSL 240º 0.56% 0.19% -
HSV(B) 240º 0.71% 0.3% -
XYZ 1.96 1.28 7.17 -
YUV 28.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 22 22 77 0.71 0.71 0 0.70 240 0.56 0.19
Hex 16 16 4D 47 47 0 46 F0 38 13
Octal 26 26 115 107 107 0 106 360 70 23
Binary 10110 10110 1001101 1000111 1000111 0 1000110 11110000 111000 10011

Color Harmonies of #16164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16164D

Black with #16164D

Text Example


Text Example

White with #16164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16164D; }

 p { color: rgb(22,22,77); }

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

background-color css

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

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

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

border-color css

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

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

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