Html Css Color HEX #141051 Paua

📋 copy color: '#141051'

red 20 ◦ green 16 ◦ blue 81

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

Shades of Paua #141051

Tints of Paua #141051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.68%

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

R = 17.09%
G = 13.68%
B = 69.23%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#141051 (or 0x141051) is known color: Paua. HEX triplet: 14, 10 and 51. RGB value is (20,16,81). Sum of RGB (Red+Green+Blue) = 20+16+81=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #141051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141051 is #EBEFAE. Grayscale: #181818. Windows color (decimal): -15462319 or 5312532. OLE color: 5312532.

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

Color convert

RGB 20 16 81 -
CMYK 0.75 0.80 0 0.68
HSL 243.69º 0.67% 0.19% -
HSV(B) 243.69º 0.8% 0.32% -
XYZ 1.96 1.11 7.9 -
YUV 24.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 20 16 81 0.75 0.80 0 0.68 243.69 0.67 0.19
Hex 14 10 51 4B 50 0 44 F4 43 13
Octal 24 20 121 113 120 0 104 364 103 23
Binary 10100 10000 1010001 1001011 1010000 0 1000100 11110100 1000011 10011

Color Harmonies of #141051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141051

Black with #141051

Text Example


Text Example

White with #141051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141051; }

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

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

background-color css

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

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

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

border-color css

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

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

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