Html Css Color HEX #161241 Paua

📋 copy color: '#161241'

red 22 ◦ green 18 ◦ blue 65

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

Shades of Paua #161241

Tints of Paua #161241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

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

R = 20.95%
G = 17.14%
B = 61.9%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#161241 (or 0x161241) is known color: Paua. HEX triplet: 16, 12 and 41. RGB value is (22,18,65). Sum of RGB (Red+Green+Blue) = 22+18+65=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #161241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161241 is #E9EDBE. Grayscale: #181818. Windows color (decimal): -15330751 or 4264470. OLE color: 4264470.

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

Color convert

RGB 22 18 65 -
CMYK 0.66 0.72 0 0.75
HSL 245.11º 0.57% 0.16% -
HSV(B) 245.11º 0.72% 0.25% -
XYZ 1.5 0.98 5.11 -
YUV 24.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 22 18 65 0.66 0.72 0 0.75 245.11 0.57 0.16
Hex 16 12 41 42 48 0 4B F5 39 10
Octal 26 22 101 102 110 0 113 365 71 20
Binary 10110 10010 1000001 1000010 1001000 0 1001011 11110101 111001 10000

Color Harmonies of #161241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161241

Black with #161241

Text Example


Text Example

White with #161241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161241; }

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

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

background-color css

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

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

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

border-color css

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

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

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