#120A28

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

Shades of Haiti #120A28

Tints of Haiti #120A28

Color information

#120A28 (or 0x120A28) is unknown color: approx Haiti. HEX triplet: 12, 0A and 28. RGB value is (18,10,40). Sum of RGB (Red+Green+Blue) = 18+10+40=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #120A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A28 is #EDF5D7. Grayscale: #0F0F0F. Windows color (decimal): -15594968 or 2624018. OLE color: 2624018.

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

Color convert

RGB181040-
CMYK0.550.7500.84
HSL256º60%9.8%-
HSV(B)256º75%15.69%-
XYZ0.740.52.06-
YUV15.81141.65129.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 10 (4.30% from 255) = 14.71%
BLUE value IS 40 (16.02% from 255) = 58.82%
R=26.47%
G=14.71%
B=58.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1810400.550.7500.84256609.8
Hex12A28374B0541003ca
Octal2212506711301244007412
Binary1001010101010001101111001011010101001000000001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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