#120B35

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

Shades of Haiti #120B35

Tints of Haiti #120B35

Color information

#120B35 (or 0x120B35) is unknown color: approx Haiti. HEX triplet: 12, 0B and 35. RGB value is (18,11,53). Sum of RGB (Red+Green+Blue) = 18+11+53=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #120B35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B35 is #EDF4CA. Grayscale: #111111. Windows color (decimal): -15594699 or 3476242. OLE color: 3476242.

HSL color Cylindrical-coordinate representation of color #120B35: hue angle of 250º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120B35 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB181153-
CMYK0.660.7900.79
HSL250º65.62%12.55%-
HSV(B)250º79.25%20.78%-
XYZ1.010.623.44-
YUV17.88147.82128.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 53 (21.09% from 255) = 64.63%
R=21.95%
G=13.41%
B=64.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1811530.660.7900.7925065.6212.55
Hex12B35424F04Ffa42d
Octal221365102117011737210215
Binary10010101111010110000101001111010011111111101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,11,53); }

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

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

 a { background-color: rgb(18,11,53); }

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

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

 span { border-color: rgb(18,11,53); }

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