Html Css Color HEX #161240 Paua

📋 copy color: '#161240'

red 22 ◦ green 18 ◦ blue 64

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

Shades of Paua #161240

Tints of Paua #161240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 21.15%
G = 17.31%
B = 61.54%

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

#161240 (or 0x161240) is known color: Paua. HEX triplet: 16, 12 and 40. RGB value is (22,18,64). Sum of RGB (Red+Green+Blue) = 22+18+64=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #161240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161240 is #E9EDBF. Grayscale: #181818. Windows color (decimal): -15330752 or 4198934. OLE color: 4198934.

HSL color Cylindrical-coordinate representation of color #161240: hue angle of 245.22º degrees, saturation: 0.56, 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 #161240 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 18 64 -
CMYK 0.66 0.72 0 0.75
HSL 245.22º 0.56% 0.16% -
HSV(B) 245.22º 0.72% 0.25% -
XYZ 1.47 0.97 4.96 -
YUV 24.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 22 18 64 0.66 0.72 0 0.75 245.22 0.56 0.16
Hex 16 12 40 42 48 0 4B F5 38 10
Octal 26 22 100 102 110 0 113 365 70 20
Binary 10110 10010 1000000 1000010 1001000 0 1001011 11110101 111000 10000

Color Harmonies of #161240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161240

Black with #161240

Text Example


Text Example

White with #161240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161240; }

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

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

background-color css

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

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

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

border-color css

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

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

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