Html Css Color HEX #140E4A Paua

📋 copy color: '#140E4A'

red 20 ◦ green 14 ◦ blue 74

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

Shades of Paua #140E4A

Tints of Paua #140E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.96%

 BLUE value IS 74 (29.3% from 255) = 68.52%

R = 18.52%
G = 12.96%
B = 68.52%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#140E4A (or 0x140E4A) is known color: Paua. HEX triplet: 14, 0E and 4A. RGB value is (20,14,74). Sum of RGB (Red+Green+Blue) = 20+14+74=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #140E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E4A is #EBF1B5. Grayscale: #161616. Windows color (decimal): -15462838 or 4853268. OLE color: 4853268.

HSL color Cylindrical-coordinate representation of color #140E4A: hue angle of 246º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #140E4A is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 14 74 -
CMYK 0.73 0.81 0 0.71
HSL 246º 0.68% 0.17% -
HSV(B) 246º 0.81% 0.29% -
XYZ 1.68 0.96 6.57 -
YUV 22.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 20 14 74 0.73 0.81 0 0.71 246 0.68 0.17
Hex 14 E 4A 49 51 0 47 F6 44 11
Octal 24 16 112 111 121 0 107 366 104 21
Binary 10100 1110 1001010 1001001 1010001 0 1000111 11110110 1000100 10001

Color Harmonies of #140E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E4A

Black with #140E4A

Text Example


Text Example

White with #140E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140E4A; }

 p { color: rgb(20,14,74); }

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

background-color css

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

 a { background-color: rgb(20,14,74); }

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

border-color css

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

 span { border-color: rgb(20,14,74); }

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