#120A29

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

Shades of Haiti #120A29

Tints of Haiti #120A29

Color information

#120A29 (or 0x120A29) is unknown color: approx Haiti. HEX triplet: 12, 0A and 29. RGB value is (18,10,41). Sum of RGB (Red+Green+Blue) = 18+10+41=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #120A29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A29 is #EDF5D6. Grayscale: #0F0F0F. Windows color (decimal): -15594967 or 2689554. OLE color: 2689554.

HSL color Cylindrical-coordinate representation of color #120A29: hue angle of 255.48º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #120A29 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB181041-
CMYK0.560.7600.84
HSL255.48º60.78%10%-
HSV(B)255.48º75.61%16.08%-
XYZ0.760.512.16-
YUV15.93142.15129.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 41 (16.41% from 255) = 59.42%
R=26.09%
G=14.49%
B=59.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1810410.560.7600.84255.4860.7810
Hex12A29384C054ff3da
Octal2212517011401243777512
Binary100101010101001111000100110001010100111111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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