#110A35

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

Shades of Haiti #110A35

Tints of Haiti #110A35

Color information

#110A35 (or 0x110A35) is unknown color: approx Haiti. HEX triplet: 11, 0A and 35. RGB value is (17,10,53). Sum of RGB (Red+Green+Blue) = 17+10+53=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #110A35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A35 is #EEF5CA. Grayscale: #101010. Windows color (decimal): -15660491 or 3475985. OLE color: 3475985.

HSL color Cylindrical-coordinate representation of color #110A35: hue angle of 249.77º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110A35 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB171053-
CMYK0.680.8100.79
HSL249.77º68.25%12.35%-
HSV(B)249.77º81.13%20.78%-
XYZ0.980.593.43-
YUV16.99148.32128-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 10 (4.30% from 255) = 12.5%
BLUE value IS 53 (21.09% from 255) = 66.25%
R=21.25%
G=12.5%
B=66.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1710530.680.8100.79249.7768.2512.35
Hex11A35445104Ffa44c
Octal211265104121011737210414
Binary10001101011010110001001010001010011111111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A35; }

 p { color: rgb(17,10,53); }

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

<style>
 a { background-color: #110A35; }

 a { background-color: rgb(17,10,53); }

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

<style>
 span { border-color: #110A35; }

 span { border-color: rgb(17,10,53); }

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