Html Css Color HEX #140651 Paua

📋 copy color: '#140651'

red 20 ◦ green 6 ◦ blue 81

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

Shades of Paua #140651

Tints of Paua #140651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.61%

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

R = 18.69%
G = 5.61%
B = 75.7%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#140651 (or 0x140651) is known color: Paua. HEX triplet: 14, 06 and 51. RGB value is (20,6,81). Sum of RGB (Red+Green+Blue) = 20+6+81=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #140651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140651 is #EBF9AE. Grayscale: #121212. Windows color (decimal): -15464879 or 5309972. OLE color: 5309972.

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

Color convert

RGB 20 6 81 -
CMYK 0.75 0.93 0 0.68
HSL 251.2º 0.86% 0.17% -
HSV(B) 251.2º 0.93% 0.32% -
XYZ 1.84 0.87 7.86 -
YUV 18.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 20 6 81 0.75 0.93 0 0.68 251.2 0.86 0.17
Hex 14 6 51 4B 5D 0 44 FB 56 11
Octal 24 6 121 113 135 0 104 373 126 21
Binary 10100 110 1010001 1001011 1011101 0 1000100 11111011 1010110 10001

Color Harmonies of #140651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140651

Black with #140651

Text Example


Text Example

White with #140651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140651; }

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

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

background-color css

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

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

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

border-color css

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

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

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