Html Css Color HEX #141146 Paua

📋 copy color: '#141146'

red 20 ◦ green 17 ◦ blue 70

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

Shades of Paua #141146

Tints of Paua #141146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 65.42%

R = 18.69%
G = 15.89%
B = 65.42%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#141146 (or 0x141146) is known color: Paua. HEX triplet: 14, 11 and 46. RGB value is (20,17,70). Sum of RGB (Red+Green+Blue) = 20+17+70=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #141146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141146 is #EBEEB9. Grayscale: #171717. Windows color (decimal): -15462074 or 4591892. OLE color: 4591892.

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

Color convert

RGB 20 17 70 -
CMYK 0.71 0.76 0 0.73
HSL 243.4º 0.61% 0.17% -
HSV(B) 243.4º 0.76% 0.27% -
XYZ 1.59 0.99 5.9 -
YUV 23.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 20 17 70 0.71 0.76 0 0.73 243.4 0.61 0.17
Hex 14 11 46 47 4C 0 49 F3 3D 11
Octal 24 21 106 107 114 0 111 363 75 21
Binary 10100 10001 1000110 1000111 1001100 0 1001001 11110011 111101 10001

Color Harmonies of #141146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141146

Black with #141146

Text Example


Text Example

White with #141146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141146; }

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

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

background-color css

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

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

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

border-color css

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

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

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