Html Css Color HEX #140B49 Paua

📋 copy color: '#140B49'

red 20 ◦ green 11 ◦ blue 73

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

Shades of Paua #140B49

Tints of Paua #140B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.58%

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

R = 19.23%
G = 10.58%
B = 70.19%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#140B49 (or 0x140B49) is known color: Paua. HEX triplet: 14, 0B and 49. RGB value is (20,11,73). Sum of RGB (Red+Green+Blue) = 20+11+73=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #140B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B49 is #EBF4B6. Grayscale: #141414. Windows color (decimal): -15463607 or 4786964. OLE color: 4786964.

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

Color convert

RGB 20 11 73 -
CMYK 0.73 0.85 0 0.71
HSL 248.71º 0.74% 0.16% -
HSV(B) 248.71º 0.85% 0.29% -
XYZ 1.61 0.87 6.39 -
YUV 20.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 20 11 73 0.73 0.85 0 0.71 248.71 0.74 0.16
Hex 14 B 49 49 55 0 47 F9 4A 10
Octal 24 13 111 111 125 0 107 371 112 20
Binary 10100 1011 1001001 1001001 1010101 0 1000111 11111001 1001010 10000

Color Harmonies of #140B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B49

Black with #140B49

Text Example


Text Example

White with #140B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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