Html Css Color HEX #140D32 Haiti

📋 copy color: '#140D32'

red 20 ◦ green 13 ◦ blue 50

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

Shades of Haiti #140D32

Tints of Haiti #140D32

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.66%

 BLUE value IS 50 (19.92% from 255) = 60.24%

R = 24.1%
G = 15.66%
B = 60.24%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140D32 (or 0x140D32) is known color: Haiti. HEX triplet: 14, 0D and 32. RGB value is (20,13,50). Sum of RGB (Red+Green+Blue) = 20+13+50=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #140D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D32 is #EBF2CD. Grayscale: #131313. Windows color (decimal): -15463118 or 3280148. OLE color: 3280148.

HSL color Cylindrical-coordinate representation of color #140D32: hue angle of 251.35º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #140D32 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 13 50 -
CMYK 0.60 0.74 0 0.80
HSL 251.35º 0.59% 0.12% -
HSV(B) 251.35º 0.74% 0.2% -
XYZ 1.01 0.67 3.09 -
YUV 19.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 20 13 50 0.60 0.74 0 0.80 251.35 0.59 0.12
Hex 14 D 32 3C 4A 0 50 FB 3B C
Octal 24 15 62 74 112 0 120 373 73 14
Binary 10100 1101 110010 111100 1001010 0 1010000 11111011 111011 1100

Color Harmonies of #140D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D32

Black with #140D32

Text Example


Text Example

White with #140D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,13,50); }

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

background-color css

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

 a { background-color: rgb(20,13,50); }

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

border-color css

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

 span { border-color: rgb(20,13,50); }

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