Html Css Color HEX #161951 Paua

📋 copy color: '#161951'

red 22 ◦ green 25 ◦ blue 81

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

Shades of Paua #161951

Tints of Paua #161951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

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

R = 17.19%
G = 19.53%
B = 63.28%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#161951 (or 0x161951) is known color: Paua. HEX triplet: 16, 19 and 51. RGB value is (22,25,81). Sum of RGB (Red+Green+Blue) = 22+25+81=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #161951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161951 is #E9E6AE. Grayscale: #1E1E1E. Windows color (decimal): -15328943 or 5314838. OLE color: 5314838.

HSL color Cylindrical-coordinate representation of color #161951: hue angle of 236.95º 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 #161951 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 25 81 -
CMYK 0.73 0.69 0 0.68
HSL 236.95º 0.57% 0.2% -
HSV(B) 236.95º 0.73% 0.32% -
XYZ 2.16 1.46 7.95 -
YUV 30.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 22 25 81 0.73 0.69 0 0.68 236.95 0.57 0.2
Hex 16 19 51 49 45 0 44 ED 39 14
Octal 26 31 121 111 105 0 104 355 71 24
Binary 10110 11001 1010001 1001001 1000101 0 1000100 11101101 111001 10100

Color Harmonies of #161951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161951

Black with #161951

Text Example


Text Example

White with #161951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161951; }

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

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

background-color css

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

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

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

border-color css

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

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

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