Html Css Color HEX #16164B Paua

📋 copy color: '#16164B'

red 22 ◦ green 22 ◦ blue 75

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

Shades of Paua #16164B

Tints of Paua #16164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 63.03%

R = 18.49%
G = 18.49%
B = 63.03%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#16164B (or 0x16164B) is known color: Paua. HEX triplet: 16, 16 and 4B. RGB value is (22,22,75). Sum of RGB (Red+Green+Blue) = 22+22+75=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #16164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16164B is #E9E9B4. Grayscale: #1B1B1B. Windows color (decimal): -15329717 or 4920854. OLE color: 4920854.

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

Color convert

RGB 22 22 75 -
CMYK 0.71 0.71 0 0.71
HSL 240º 0.55% 0.19% -
HSV(B) 240º 0.71% 0.29% -
XYZ 1.89 1.25 6.8 -
YUV 28.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 22 22 75 0.71 0.71 0 0.71 240 0.55 0.19
Hex 16 16 4B 47 47 0 47 F0 37 13
Octal 26 26 113 107 107 0 107 360 67 23
Binary 10110 10110 1001011 1000111 1000111 0 1000111 11110000 110111 10011

Color Harmonies of #16164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16164B

Black with #16164B

Text Example


Text Example

White with #16164B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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