Html Css Color HEX #140849 Paua

📋 copy color: '#140849'

red 20 ◦ green 8 ◦ blue 73

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

Shades of Paua #140849

Tints of Paua #140849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.92%

 BLUE value IS 73 (28.91% from 255) = 72.28%

R = 19.8%
G = 7.92%
B = 72.28%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#140849 (or 0x140849) is known color: Paua. HEX triplet: 14, 08 and 49. RGB value is (20,8,73). Sum of RGB (Red+Green+Blue) = 20+8+73=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #140849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140849 is #EBF7B6. Grayscale: #121212. Windows color (decimal): -15464375 or 4786196. OLE color: 4786196.

HSL color Cylindrical-coordinate representation of color #140849: hue angle of 251.08º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140849 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 8 73 -
CMYK 0.73 0.89 0 0.71
HSL 251.08º 0.8% 0.16% -
HSV(B) 251.08º 0.89% 0.29% -
XYZ 1.58 0.8 6.38 -
YUV 19 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 20 8 73 0.73 0.89 0 0.71 251.08 0.8 0.16
Hex 14 8 49 49 59 0 47 FB 50 10
Octal 24 10 111 111 131 0 107 373 120 20
Binary 10100 1000 1001001 1001001 1011001 0 1000111 11111011 1010000 10000

Color Harmonies of #140849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140849

Black with #140849

Text Example


Text Example

White with #140849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140849; }

 p { color: rgb(20,8,73); }

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

background-color css

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

 a { background-color: rgb(20,8,73); }

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

border-color css

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

 span { border-color: rgb(20,8,73); }

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