#120C27

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

Shades of Haiti #120C27

Tints of Haiti #120C27

Color information

#120C27 (or 0x120C27) is unknown color: approx Haiti. HEX triplet: 12, 0C and 27. RGB value is (18,12,39). Sum of RGB (Red+Green+Blue) = 18+12+39=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #120C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C27 is #EDF3D8. Grayscale: #101010. Windows color (decimal): -15594457 or 2558994. OLE color: 2558994.

HSL color Cylindrical-coordinate representation of color #120C27: hue angle of 253.33º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #120C27 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB181239-
CMYK0.540.6900.85
HSL253.33º52.94%10%-
HSV(B)253.33º69.23%15.29%-
XYZ0.750.541.98-
YUV16.87140.49128.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 12 (5.08% from 255) = 17.39%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=26.09%
G=17.39%
B=56.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1812390.540.6900.85253.3352.9410
Hex12C273645055fd35a
Octal2214476610501253756512
Binary100101100100111110110100010101010101111111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,12,39); }

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

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

 a { background-color: rgb(18,12,39); }

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

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

 span { border-color: rgb(18,12,39); }

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