Html Css Color HEX #141349 Paua

📋 copy color: '#141349'

red 20 ◦ green 19 ◦ blue 73

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

Shades of Paua #141349

Tints of Paua #141349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.96%

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

R = 17.86%
G = 16.96%
B = 65.18%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#141349 (or 0x141349) is known color: Paua. HEX triplet: 14, 13 and 49. RGB value is (20,19,73). Sum of RGB (Red+Green+Blue) = 20+19+73=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #141349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141349 is #EBECB6. Grayscale: #191919. Windows color (decimal): -15461559 or 4789012. OLE color: 4789012.

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

Color convert

RGB 20 19 73 -
CMYK 0.73 0.74 0 0.71
HSL 241.11º 0.59% 0.18% -
HSV(B) 241.11º 0.74% 0.29% -
XYZ 1.72 1.1 6.42 -
YUV 25.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 20 19 73 0.73 0.74 0 0.71 241.11 0.59 0.18
Hex 14 13 49 49 4A 0 47 F1 3B 12
Octal 24 23 111 111 112 0 107 361 73 22
Binary 10100 10011 1001001 1001001 1001010 0 1000111 11110001 111011 10010

Color Harmonies of #141349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141349

Black with #141349

Text Example


Text Example

White with #141349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141349; }

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

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

background-color css

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

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

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

border-color css

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

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

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