Html Css Color HEX #141053 Paua

📋 copy color: '#141053'

red 20 ◦ green 16 ◦ blue 83

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

Shades of Paua #141053

Tints of Paua #141053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 69.75%

R = 16.81%
G = 13.45%
B = 69.75%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141053 (or 0x141053) is known color: Paua. HEX triplet: 14, 10 and 53. RGB value is (20,16,83). Sum of RGB (Red+Green+Blue) = 20+16+83=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #141053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141053 is #EBEFAC. Grayscale: #181818. Windows color (decimal): -15462317 or 5443604. OLE color: 5443604.

HSL color Cylindrical-coordinate representation of color #141053: hue angle of 243.58º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141053 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 16 83 -
CMYK 0.76 0.81 0 0.67
HSL 243.58º 0.68% 0.19% -
HSV(B) 243.58º 0.81% 0.33% -
XYZ 2.04 1.14 8.3 -
YUV 24.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 20 16 83 0.76 0.81 0 0.67 243.58 0.68 0.19
Hex 14 10 53 4C 51 0 43 F4 44 13
Octal 24 20 123 114 121 0 103 364 104 23
Binary 10100 10000 1010011 1001100 1010001 0 1000011 11110100 1000100 10011

Color Harmonies of #141053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141053

Black with #141053

Text Example


Text Example

White with #141053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141053; }

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

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

background-color css

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

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

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

border-color css

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

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

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