Html Css Color HEX #140953 Paua

📋 copy color: '#140953'

red 20 ◦ green 9 ◦ blue 83

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

Shades of Paua #140953

Tints of Paua #140953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.04%

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

R = 17.86%
G = 8.04%
B = 74.11%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#140953 (or 0x140953) is known color: Paua. HEX triplet: 14, 09 and 53. RGB value is (20,9,83). Sum of RGB (Red+Green+Blue) = 20+9+83=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #140953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140953 is #EBF6AC. Grayscale: #141414. Windows color (decimal): -15464109 or 5441812. OLE color: 5441812.

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

Color convert

RGB 20 9 83 -
CMYK 0.76 0.89 0 0.67
HSL 248.92º 0.8% 0.18% -
HSV(B) 248.92º 0.89% 0.33% -
XYZ 1.95 0.97 8.27 -
YUV 20.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 20 9 83 0.76 0.89 0 0.67 248.92 0.8 0.18
Hex 14 9 53 4C 59 0 43 F9 50 12
Octal 24 11 123 114 131 0 103 371 120 22
Binary 10100 1001 1010011 1001100 1011001 0 1000011 11111001 1010000 10010

Color Harmonies of #140953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140953

Black with #140953

Text Example


Text Example

White with #140953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140953; }

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

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

background-color css

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

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

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

border-color css

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

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

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