Html Css Color HEX #140946 Paua

📋 copy color: '#140946'

red 20 ◦ green 9 ◦ blue 70

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

Shades of Paua #140946

Tints of Paua #140946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 70.71%

R = 20.2%
G = 9.09%
B = 70.71%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#140946 (or 0x140946) is known color: Paua. HEX triplet: 14, 09 and 46. RGB value is (20,9,70). Sum of RGB (Red+Green+Blue) = 20+9+70=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #140946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140946 is #EBF6B9. Grayscale: #131313. Windows color (decimal): -15464122 or 4589844. OLE color: 4589844.

HSL color Cylindrical-coordinate representation of color #140946: hue angle of 250.82º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #140946 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 9 70 -
CMYK 0.71 0.87 0 0.73
HSL 250.82º 0.77% 0.15% -
HSV(B) 250.82º 0.87% 0.27% -
XYZ 1.49 0.79 5.87 -
YUV 19.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 20 9 70 0.71 0.87 0 0.73 250.82 0.77 0.15
Hex 14 9 46 47 57 0 49 FB 4D F
Octal 24 11 106 107 127 0 111 373 115 17
Binary 10100 1001 1000110 1000111 1010111 0 1001001 11111011 1001101 1111

Color Harmonies of #140946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140946

Black with #140946

Text Example


Text Example

White with #140946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140946; }

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

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

background-color css

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

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

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

border-color css

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

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

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