Html Css Color HEX #140752 Paua

📋 copy color: '#140752'

red 20 ◦ green 7 ◦ blue 82

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

Shades of Paua #140752

Tints of Paua #140752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.42%

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

R = 18.35%
G = 6.42%
B = 75.23%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#140752 (or 0x140752) is known color: Paua. HEX triplet: 14, 07 and 52. RGB value is (20,7,82). Sum of RGB (Red+Green+Blue) = 20+7+82=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #140752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140752 is #EBF8AD. Grayscale: #131313. Windows color (decimal): -15464622 or 5375764. OLE color: 5375764.

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

Color convert

RGB 20 7 82 -
CMYK 0.76 0.91 0 0.68
HSL 250.4º 0.84% 0.17% -
HSV(B) 250.4º 0.91% 0.32% -
XYZ 1.89 0.91 8.06 -
YUV 19.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 20 7 82 0.76 0.91 0 0.68 250.4 0.84 0.17
Hex 14 7 52 4C 5B 0 44 FA 54 11
Octal 24 7 122 114 133 0 104 372 124 21
Binary 10100 111 1010010 1001100 1011011 0 1000100 11111010 1010100 10001

Color Harmonies of #140752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140752

Black with #140752

Text Example


Text Example

White with #140752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140752; }

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

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

background-color css

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

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

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

border-color css

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

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

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