Html Css Color HEX #161449 Paua

📋 copy color: '#161449'

red 22 ◦ green 20 ◦ blue 73

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

Shades of Paua #161449

Tints of Paua #161449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

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

R = 19.13%
G = 17.39%
B = 63.48%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#161449 (or 0x161449) is known color: Paua. HEX triplet: 16, 14 and 49. RGB value is (22,20,73). Sum of RGB (Red+Green+Blue) = 22+20+73=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #161449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161449 is #E9EBB6. Grayscale: #1A1A1A. Windows color (decimal): -15330231 or 4789270. OLE color: 4789270.

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

Color convert

RGB 22 20 73 -
CMYK 0.70 0.73 0 0.71
HSL 242.26º 0.57% 0.18% -
HSV(B) 242.26º 0.73% 0.29% -
XYZ 1.78 1.15 6.43 -
YUV 26.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 22 20 73 0.70 0.73 0 0.71 242.26 0.57 0.18
Hex 16 14 49 46 49 0 47 F2 39 12
Octal 26 24 111 106 111 0 107 362 71 22
Binary 10110 10100 1001001 1000110 1001001 0 1000111 11110010 111001 10010

Color Harmonies of #161449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161449

Black with #161449

Text Example


Text Example

White with #161449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161449; }

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

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

background-color css

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

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

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

border-color css

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

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

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