Html Css Color HEX #140552 Paua

📋 copy color: '#140552'

red 20 ◦ green 5 ◦ blue 82

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

Shades of Paua #140552

Tints of Paua #140552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.67%

 BLUE value IS 82 (32.42% from 255) = 76.64%

R = 18.69%
G = 4.67%
B = 76.64%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#140552 (or 0x140552) is known color: Paua. HEX triplet: 14, 05 and 52. RGB value is (20,5,82). Sum of RGB (Red+Green+Blue) = 20+5+82=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #140552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140552 is #EBFAAD. Grayscale: #111111. Windows color (decimal): -15465134 or 5375252. OLE color: 5375252.

HSL color Cylindrical-coordinate representation of color #140552: hue angle of 251.69º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140552 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 5 82 -
CMYK 0.76 0.94 0 0.68
HSL 251.69º 0.89% 0.17% -
HSV(B) 251.69º 0.94% 0.32% -
XYZ 1.87 0.87 8.05 -
YUV 18.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 20 5 82 0.76 0.94 0 0.68 251.69 0.89 0.17
Hex 14 5 52 4C 5E 0 44 FC 59 11
Octal 24 5 122 114 136 0 104 374 131 21
Binary 10100 101 1010010 1001100 1011110 0 1000100 11111100 1011001 10001

Color Harmonies of #140552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140552

Black with #140552

Text Example


Text Example

White with #140552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140552; }

 p { color: rgb(20,5,82); }

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

background-color css

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

 a { background-color: rgb(20,5,82); }

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

border-color css

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

 span { border-color: rgb(20,5,82); }

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