Html Css Color HEX #140E40 Paua

📋 copy color: '#140E40'

red 20 ◦ green 14 ◦ blue 64

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

Shades of Paua #140E40

Tints of Paua #140E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 65.31%

R = 20.41%
G = 14.29%
B = 65.31%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#140E40 (or 0x140E40) is known color: Paua. HEX triplet: 14, 0E and 40. RGB value is (20,14,64). Sum of RGB (Red+Green+Blue) = 20+14+64=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #140E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E40 is #EBF1BF. Grayscale: #151515. Windows color (decimal): -15462848 or 4197908. OLE color: 4197908.

HSL color Cylindrical-coordinate representation of color #140E40: hue angle of 247.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140E40 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 14 64 -
CMYK 0.69 0.78 0 0.75
HSL 247.2º 0.64% 0.15% -
HSV(B) 247.2º 0.78% 0.25% -
XYZ 1.37 0.83 4.94 -
YUV 21.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 20 14 64 0.69 0.78 0 0.75 247.2 0.64 0.15
Hex 14 E 40 45 4E 0 4B F7 40 F
Octal 24 16 100 105 116 0 113 367 100 17
Binary 10100 1110 1000000 1000101 1001110 0 1001011 11110111 1000000 1111

Color Harmonies of #140E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E40

Black with #140E40

Text Example


Text Example

White with #140E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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