Html Css Color HEX #161141 Paua

📋 copy color: '#161141'

red 22 ◦ green 17 ◦ blue 65

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

Shades of Paua #161141

Tints of Paua #161141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 62.5%

R = 21.15%
G = 16.35%
B = 62.5%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#161141 (or 0x161141) is known color: Paua. HEX triplet: 16, 11 and 41. RGB value is (22,17,65). Sum of RGB (Red+Green+Blue) = 22+17+65=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #161141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161141 is #E9EEBE. Grayscale: #171717. Windows color (decimal): -15331007 or 4264214. OLE color: 4264214.

HSL color Cylindrical-coordinate representation of color #161141: hue angle of 246.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #161141 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 17 65 -
CMYK 0.66 0.74 0 0.75
HSL 246.25º 0.59% 0.16% -
HSV(B) 246.25º 0.74% 0.25% -
XYZ 1.49 0.95 5.11 -
YUV 23.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 22 17 65 0.66 0.74 0 0.75 246.25 0.59 0.16
Hex 16 11 41 42 4A 0 4B F6 3B 10
Octal 26 21 101 102 112 0 113 366 73 20
Binary 10110 10001 1000001 1000010 1001010 0 1001011 11110110 111011 10000

Color Harmonies of #161141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161141

Black with #161141

Text Example


Text Example

White with #161141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161141; }

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

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

background-color css

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

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

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

border-color css

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

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

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