#120A2C

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

Shades of Haiti #120A2C

Tints of Haiti #120A2C

Color information

#120A2C (or 0x120A2C) is unknown color: approx Haiti. HEX triplet: 12, 0A and 2C. RGB value is (18,10,44). Sum of RGB (Red+Green+Blue) = 18+10+44=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #120A2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A2C is #EDF5D3. Grayscale: #101010. Windows color (decimal): -15594964 or 2886162. OLE color: 2886162.

HSL color Cylindrical-coordinate representation of color #120A2C: hue angle of 254.12º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #120A2C is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB181044-
CMYK0.590.7700.83
HSL254.12º62.96%10.59%-
HSV(B)254.12º77.27%17.25%-
XYZ0.810.532.44-
YUV16.27143.65129.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 10 (4.30% from 255) = 13.89%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=25%
G=13.89%
B=61.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1810440.590.7700.83254.1262.9610.59
Hex12A2C3B4D053fe3fb
Octal2212547311501233767713
Binary100101010101100111011100110101010011111111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120A2C; }

 p { color: rgb(18,10,44); }

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

<style>
 a { background-color: #120A2C; }

 a { background-color: rgb(18,10,44); }

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

<style>
 span { border-color: #120A2C; }

 span { border-color: rgb(18,10,44); }

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