#120B33

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

Shades of Haiti #120B33

Tints of Haiti #120B33

Color information

#120B33 (or 0x120B33) is unknown color: approx Haiti. HEX triplet: 12, 0B and 33. RGB value is (18,11,51). Sum of RGB (Red+Green+Blue) = 18+11+51=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 51 (20.31% from 255 or 63.75% from 80); Max value from RGB is 51 - color contains mainly: blue. Hex color #120B33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B33 is #EDF4CC. Grayscale: #111111. Windows color (decimal): -15594701 or 3345170. OLE color: 3345170.

HSL color Cylindrical-coordinate representation of color #120B33: hue angle of 250.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120B33 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB181151-
CMYK0.650.7800.8
HSL250.5º64.52%12.16%-
HSV(B)250.5º78.43%20%-
XYZ0.970.613.2-
YUV17.65146.82128.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 51 (20.31% from 255) = 63.75%
R=22.5%
G=13.75%
B=63.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1811510.650.7800.8250.564.5212.16
Hex12B33414E050fa41c
Octal221363101116012037210114
Binary10010101111001110000011001110010100001111101010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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