Html Css Color HEX #141145 Paua

📋 copy color: '#141145'

red 20 ◦ green 17 ◦ blue 69

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

Shades of Paua #141145

Tints of Paua #141145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 65.09%

R = 18.87%
G = 16.04%
B = 65.09%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#141145 (or 0x141145) is known color: Paua. HEX triplet: 14, 11 and 45. RGB value is (20,17,69). Sum of RGB (Red+Green+Blue) = 20+17+69=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #141145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141145 is #EBEEBA. Grayscale: #171717. Windows color (decimal): -15462075 or 4526356. OLE color: 4526356.

HSL color Cylindrical-coordinate representation of color #141145: hue angle of 243.46º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141145 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 17 69 -
CMYK 0.71 0.75 0 0.73
HSL 243.46º 0.6% 0.17% -
HSV(B) 243.46º 0.75% 0.27% -
XYZ 1.56 0.98 5.74 -
YUV 23.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 20 17 69 0.71 0.75 0 0.73 243.46 0.6 0.17
Hex 14 11 45 47 4B 0 49 F3 3C 11
Octal 24 21 105 107 113 0 111 363 74 21
Binary 10100 10001 1000101 1000111 1001011 0 1001001 11110011 111100 10001

Color Harmonies of #141145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141145

Black with #141145

Text Example


Text Example

White with #141145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141145; }

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

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

background-color css

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

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

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

border-color css

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

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

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