Html Css Color HEX #141149 Paua

📋 copy color: '#141149'

red 20 ◦ green 17 ◦ blue 73

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

Shades of Paua #141149

Tints of Paua #141149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

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

R = 18.18%
G = 15.45%
B = 66.36%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#141149 (or 0x141149) is known color: Paua. HEX triplet: 14, 11 and 49. RGB value is (20,17,73). Sum of RGB (Red+Green+Blue) = 20+17+73=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #141149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141149 is #EBEEB6. Grayscale: #181818. Windows color (decimal): -15462071 or 4788500. OLE color: 4788500.

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

Color convert

RGB 20 17 73 -
CMYK 0.73 0.77 0 0.71
HSL 243.21º 0.62% 0.18% -
HSV(B) 243.21º 0.77% 0.29% -
XYZ 1.69 1.03 6.41 -
YUV 24.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 20 17 73 0.73 0.77 0 0.71 243.21 0.62 0.18
Hex 14 11 49 49 4D 0 47 F3 3E 12
Octal 24 21 111 111 115 0 107 363 76 22
Binary 10100 10001 1001001 1001001 1001101 0 1000111 11110011 111110 10010

Color Harmonies of #141149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141149

Black with #141149

Text Example


Text Example

White with #141149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141149; }

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

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

background-color css

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

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

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

border-color css

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

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

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