Html Css Color HEX #140E51 Paua

📋 copy color: '#140E51'

red 20 ◦ green 14 ◦ blue 81

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

Shades of Paua #140E51

Tints of Paua #140E51

RGB

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

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

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

R = 17.39%
G = 12.17%
B = 70.43%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#140E51 (or 0x140E51) is known color: Paua. HEX triplet: 14, 0E and 51. RGB value is (20,14,81). Sum of RGB (Red+Green+Blue) = 20+14+81=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 81 (32.03% from 255 or 70.43% from 115); Max value from RGB is 81 - color contains mainly: blue. Hex color #140E51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E51 is #EBF1AE. Grayscale: #171717. Windows color (decimal): -15462831 or 5312020. OLE color: 5312020.

HSL color Cylindrical-coordinate representation of color #140E51: hue angle of 245.37º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #140E51 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 14 81 -
CMYK 0.75 0.83 0 0.68
HSL 245.37º 0.71% 0.19% -
HSV(B) 245.37º 0.83% 0.32% -
XYZ 1.93 1.06 7.89 -
YUV 23.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 20 14 81 0.75 0.83 0 0.68 245.37 0.71 0.19
Hex 14 E 51 4B 53 0 44 F5 47 13
Octal 24 16 121 113 123 0 104 365 107 23
Binary 10100 1110 1010001 1001011 1010011 0 1000100 11110101 1000111 10011

Color Harmonies of #140E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E51

Black with #140E51

Text Example


Text Example

White with #140E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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