Html Css Color HEX #140951 Paua

📋 copy color: '#140951'

red 20 ◦ green 9 ◦ blue 81

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

Shades of Paua #140951

Tints of Paua #140951

RGB

 RED value IS 20 (8.2% from 255) = 18.18%

 GREEN value IS 9 (3.91% from 255) = 8.18%

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

R = 18.18%
G = 8.18%
B = 73.64%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#140951 (or 0x140951) is known color: Paua. HEX triplet: 14, 09 and 51. RGB value is (20,9,81). Sum of RGB (Red+Green+Blue) = 20+9+81=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #140951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140951 is #EBF6AE. Grayscale: #141414. Windows color (decimal): -15464111 or 5310740. OLE color: 5310740.

HSL color Cylindrical-coordinate representation of color #140951: hue angle of 249.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140951 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 9 81 -
CMYK 0.75 0.89 0 0.68
HSL 249.17º 0.8% 0.18% -
HSV(B) 249.17º 0.89% 0.32% -
XYZ 1.87 0.94 7.87 -
YUV 20.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 20 9 81 0.75 0.89 0 0.68 249.17 0.8 0.18
Hex 14 9 51 4B 59 0 44 F9 50 12
Octal 24 11 121 113 131 0 104 371 120 22
Binary 10100 1001 1010001 1001011 1011001 0 1000100 11111001 1010000 10010

Color Harmonies of #140951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140951

Black with #140951

Text Example


Text Example

White with #140951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140951; }

 p { color: rgb(20,9,81); }

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

background-color css

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

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

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

border-color css

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

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

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