Html Css Color HEX #140E29 Haiti

📋 copy color: '#140E29'

red 20 ◦ green 14 ◦ blue 41

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

Shades of Haiti #140E29

Tints of Haiti #140E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 54.67%

R = 26.67%
G = 18.67%
B = 54.67%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#140E29 (or 0x140E29) is known color: Haiti. HEX triplet: 14, 0E and 29. RGB value is (20,14,41). Sum of RGB (Red+Green+Blue) = 20+14+41=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #140E29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E29 is #EBF1D6. Grayscale: #121212. Windows color (decimal): -15462871 or 2690580. OLE color: 2690580.

HSL color Cylindrical-coordinate representation of color #140E29: hue angle of 253.33º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #140E29 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 14 41 -
CMYK 0.51 0.66 0 0.84
HSL 253.33º 0.49% 0.11% -
HSV(B) 253.33º 0.66% 0.16% -
XYZ 0.85 0.62 2.17 -
YUV 18.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 20 14 41 0.51 0.66 0 0.84 253.33 0.49 0.11
Hex 14 E 29 33 42 0 54 FD 31 B
Octal 24 16 51 63 102 0 124 375 61 13
Binary 10100 1110 101001 110011 1000010 0 1010100 11111101 110001 1011

Color Harmonies of #140E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E29

Black with #140E29

Text Example


Text Example

White with #140E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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