#140C28

Color #140C28 Haiti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Haiti #140C28

Tints of Haiti #140C28

Color information

#140C28 (or 0x140C28) is unknown color: approx Haiti. HEX triplet: 14, 0C and 28. RGB value is (20,12,40). Sum of RGB (Red+Green+Blue) = 20+12+40=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #140C28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C28 is #EBF3D7. Grayscale: #111111. Windows color (decimal): -15463384 or 2624532. OLE color: 2624532.

HSL color Cylindrical-coordinate representation of color #140C28: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140C28 is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB201240-
CMYK0.50.7000.84
HSL257.14º53.85%10.2%-
HSV(B)257.14º70%15.69%-
XYZ0.80.562.07-
YUV17.58140.65129.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=27.78%
G=16.67%
B=55.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2012400.50.7000.84257.1453.8510.2
Hex14C28324605410136a
Octal2414506210601244016612
Binary1010011001010001100101000110010101001000000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,12,40); }

 H1.HeaderClassName
 {
   color: #140C28;
 }
 .AnyTagClassName
 {
   color: #140C28;
 }
</style>
background-color css

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

 a { background-color: rgb(20,12,40); }

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

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

 span { border-color: rgb(20,12,40); }

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