Html Css Color HEX #161651 Paua

📋 copy color: '#161651'

red 22 ◦ green 22 ◦ blue 81

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

Shades of Paua #161651

Tints of Paua #161651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

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

R = 17.6%
G = 17.6%
B = 64.8%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#161651 (or 0x161651) is known color: Paua. HEX triplet: 16, 16 and 51. RGB value is (22,22,81). Sum of RGB (Red+Green+Blue) = 22+22+81=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #161651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161651 is #E9E9AE. Grayscale: #1C1C1C. Windows color (decimal): -15329711 or 5314070. OLE color: 5314070.

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

Color convert

RGB 22 22 81 -
CMYK 0.73 0.73 0 0.68
HSL 240º 0.57% 0.2% -
HSV(B) 240º 0.73% 0.32% -
XYZ 2.1 1.34 7.93 -
YUV 28.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 22 22 81 0.73 0.73 0 0.68 240 0.57 0.2
Hex 16 16 51 49 49 0 44 F0 39 14
Octal 26 26 121 111 111 0 104 360 71 24
Binary 10110 10110 1010001 1001001 1001001 0 1000100 11110000 111001 10100

Color Harmonies of #161651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161651

Black with #161651

Text Example


Text Example

White with #161651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161651; }

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

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

background-color css

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

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

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

border-color css

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

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

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