Html Css Color HEX #161250 Paua

📋 copy color: '#161250'

red 22 ◦ green 18 ◦ blue 80

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

Shades of Paua #161250

Tints of Paua #161250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 66.67%

R = 18.33%
G = 15%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#161250 (or 0x161250) is known color: Paua. HEX triplet: 16, 12 and 50. RGB value is (22,18,80). Sum of RGB (Red+Green+Blue) = 22+18+80=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #161250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161250 is #E9EDAF. Grayscale: #1A1A1A. Windows color (decimal): -15330736 or 5247510. OLE color: 5247510.

HSL color Cylindrical-coordinate representation of color #161250: hue angle of 243.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161250 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 18 80 -
CMYK 0.72 0.78 0 0.69
HSL 243.87º 0.63% 0.19% -
HSV(B) 243.87º 0.78% 0.31% -
XYZ 2 1.18 7.71 -
YUV 26.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 22 18 80 0.72 0.78 0 0.69 243.87 0.63 0.19
Hex 16 12 50 48 4E 0 45 F4 3F 13
Octal 26 22 120 110 116 0 105 364 77 23
Binary 10110 10010 1010000 1001000 1001110 0 1000101 11110100 111111 10011

Color Harmonies of #161250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161250

Black with #161250

Text Example


Text Example

White with #161250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161250; }

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

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

background-color css

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

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

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

border-color css

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

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

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