Html Css Color HEX #141151 Paua

📋 copy color: '#141151'

red 20 ◦ green 17 ◦ blue 81

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

Shades of Paua #141151

Tints of Paua #141151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 68.64%

R = 16.95%
G = 14.41%
B = 68.64%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#141151 (or 0x141151) is known color: Paua. HEX triplet: 14, 11 and 51. RGB value is (20,17,81). Sum of RGB (Red+Green+Blue) = 20+17+81=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #141151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141151 is #EBEEAE. Grayscale: #181818. Windows color (decimal): -15462063 or 5312788. OLE color: 5312788.

HSL color Cylindrical-coordinate representation of color #141151: hue angle of 242.81º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141151 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 17 81 -
CMYK 0.75 0.79 0 0.68
HSL 242.81º 0.65% 0.19% -
HSV(B) 242.81º 0.79% 0.32% -
XYZ 1.97 1.14 7.9 -
YUV 25.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 20 17 81 0.75 0.79 0 0.68 242.81 0.65 0.19
Hex 14 11 51 4B 4F 0 44 F3 41 13
Octal 24 21 121 113 117 0 104 363 101 23
Binary 10100 10001 1010001 1001011 1001111 0 1000100 11110011 1000001 10011

Color Harmonies of #141151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141151

Black with #141151

Text Example


Text Example

White with #141151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141151; }

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

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

background-color css

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

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

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

border-color css

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

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

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