Html Css Color HEX #160651 Paua

📋 copy color: '#160651'

red 22 ◦ green 6 ◦ blue 81

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

Shades of Paua #160651

Tints of Paua #160651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

 BLUE value IS 81 (32.03% from 255) = 74.31%

R = 20.18%
G = 5.5%
B = 74.31%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#160651 (or 0x160651) is known color: Paua. HEX triplet: 16, 06 and 51. RGB value is (22,6,81). Sum of RGB (Red+Green+Blue) = 22+6+81=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #160651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160651 is #E9F9AE. Grayscale: #131313. Windows color (decimal): -15333807 or 5309974. OLE color: 5309974.

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

Color convert

RGB 22 6 81 -
CMYK 0.73 0.93 0 0.68
HSL 252.8º 0.86% 0.17% -
HSV(B) 252.8º 0.93% 0.32% -
XYZ 1.88 0.89 7.86 -
YUV 19.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 22 6 81 0.73 0.93 0 0.68 252.8 0.86 0.17
Hex 16 6 51 49 5D 0 44 FD 56 11
Octal 26 6 121 111 135 0 104 375 126 21
Binary 10110 110 1010001 1001001 1011101 0 1000100 11111101 1010110 10001

Color Harmonies of #160651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160651

Black with #160651

Text Example


Text Example

White with #160651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160651; }

 p { color: rgb(22,6,81); }

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

background-color css

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

 a { background-color: rgb(22,6,81); }

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

border-color css

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

 span { border-color: rgb(22,6,81); }

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