Html Css Color HEX #161344 Paua

📋 copy color: '#161344'

red 22 ◦ green 19 ◦ blue 68

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

Shades of Paua #161344

Tints of Paua #161344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

 BLUE value IS 68 (26.95% from 255) = 62.39%

R = 20.18%
G = 17.43%
B = 62.39%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#161344 (or 0x161344) is known color: Paua. HEX triplet: 16, 13 and 44. RGB value is (22,19,68). Sum of RGB (Red+Green+Blue) = 22+19+68=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 68 (26.95% from 255 or 62.39% from 109); Max value from RGB is 68 - color contains mainly: blue. Hex color #161344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161344 is #E9ECBB. Grayscale: #191919. Windows color (decimal): -15330492 or 4461334. OLE color: 4461334.

HSL color Cylindrical-coordinate representation of color #161344: hue angle of 243.67º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #161344 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 22 19 68 -
CMYK 0.68 0.72 0 0.73
HSL 243.67º 0.56% 0.17% -
HSV(B) 243.67º 0.72% 0.27% -
XYZ 1.61 1.05 5.59 -
YUV 25.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 22 19 68 0.68 0.72 0 0.73 243.67 0.56 0.17
Hex 16 13 44 44 48 0 49 F4 38 11
Octal 26 23 104 104 110 0 111 364 70 21
Binary 10110 10011 1000100 1000100 1001000 0 1001001 11110100 111000 10001

Color Harmonies of #161344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161344

Black with #161344

Text Example


Text Example

White with #161344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161344; }

 p { color: rgb(22,19,68); }

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

background-color css

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

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

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

border-color css

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

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

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