Html Css Color HEX #140851 Paua

📋 copy color: '#140851'

red 20 ◦ green 8 ◦ blue 81

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

Shades of Paua #140851

Tints of Paua #140851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.34%

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

R = 18.35%
G = 7.34%
B = 74.31%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#140851 (or 0x140851) is known color: Paua. HEX triplet: 14, 08 and 51. RGB value is (20,8,81). Sum of RGB (Red+Green+Blue) = 20+8+81=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #140851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140851 is #EBF7AE. Grayscale: #131313. Windows color (decimal): -15464367 or 5310484. OLE color: 5310484.

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

Color convert

RGB 20 8 81 -
CMYK 0.75 0.90 0 0.68
HSL 249.86º 0.82% 0.17% -
HSV(B) 249.86º 0.9% 0.32% -
XYZ 1.86 0.92 7.86 -
YUV 19.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 20 8 81 0.75 0.90 0 0.68 249.86 0.82 0.17
Hex 14 8 51 4B 5A 0 44 FA 52 11
Octal 24 10 121 113 132 0 104 372 122 21
Binary 10100 1000 1010001 1001011 1011010 0 1000100 11111010 1010010 10001

Color Harmonies of #140851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140851

Black with #140851

Text Example


Text Example

White with #140851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140851; }

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

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

background-color css

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

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

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

border-color css

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

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

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