Html Css Color HEX #161149 Paua

📋 copy color: '#161149'

red 22 ◦ green 17 ◦ blue 73

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

Shades of Paua #161149

Tints of Paua #161149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.18%

 BLUE value IS 73 (28.91% from 255) = 65.18%

R = 19.64%
G = 15.18%
B = 65.18%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#161149 (or 0x161149) is known color: Paua. HEX triplet: 16, 11 and 49. RGB value is (22,17,73). Sum of RGB (Red+Green+Blue) = 22+17+73=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #161149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161149 is #E9EEB6. Grayscale: #181818. Windows color (decimal): -15330999 or 4788502. OLE color: 4788502.

HSL color Cylindrical-coordinate representation of color #161149: hue angle of 245.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161149 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 22 17 73 -
CMYK 0.70 0.77 0 0.71
HSL 245.36º 0.62% 0.18% -
HSV(B) 245.36º 0.77% 0.29% -
XYZ 1.73 1.05 6.42 -
YUV 24.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 22 17 73 0.70 0.77 0 0.71 245.36 0.62 0.18
Hex 16 11 49 46 4D 0 47 F5 3E 12
Octal 26 21 111 106 115 0 107 365 76 22
Binary 10110 10001 1001001 1000110 1001101 0 1000111 11110101 111110 10010

Color Harmonies of #161149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161149

Black with #161149

Text Example


Text Example

White with #161149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161149; }

 p { color: rgb(22,17,73); }

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

background-color css

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

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

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

border-color css

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

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

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