Html Css Color HEX #140A49 Paua

📋 copy color: '#140A49'

red 20 ◦ green 10 ◦ blue 73

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

Shades of Paua #140A49

Tints of Paua #140A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.71%

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

R = 19.42%
G = 9.71%
B = 70.87%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#140A49 (or 0x140A49) is known color: Paua. HEX triplet: 14, 0A and 49. RGB value is (20,10,73). Sum of RGB (Red+Green+Blue) = 20+10+73=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #140A49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A49 is #EBF5B6. Grayscale: #131313. Windows color (decimal): -15463863 or 4786708. OLE color: 4786708.

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

Color convert

RGB 20 10 73 -
CMYK 0.73 0.86 0 0.71
HSL 249.52º 0.76% 0.16% -
HSV(B) 249.52º 0.86% 0.29% -
XYZ 1.6 0.85 6.38 -
YUV 20.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 20 10 73 0.73 0.86 0 0.71 249.52 0.76 0.16
Hex 14 A 49 49 56 0 47 FA 4C 10
Octal 24 12 111 111 126 0 107 372 114 20
Binary 10100 1010 1001001 1001001 1010110 0 1000111 11111010 1001100 10000

Color Harmonies of #140A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A49

Black with #140A49

Text Example


Text Example

White with #140A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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