#11092B

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

Shades of Haiti #11092B

Tints of Haiti #11092B

Color information

#11092B (or 0x11092B) is unknown color: approx Haiti. HEX triplet: 11, 09 and 2B. RGB value is (17,9,43). Sum of RGB (Red+Green+Blue) = 17+9+43=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #11092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11092B is #EEF6D4. Grayscale: #0F0F0F. Windows color (decimal): -15660757 or 2820369. OLE color: 2820369.

HSL color Cylindrical-coordinate representation of color #11092B: hue angle of 254.12º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11092B is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB17943-
CMYK0.600.7900.83
HSL254.12º65.38%10.2%-
HSV(B)254.12º79.07%16.86%-
XYZ0.760.492.34-
YUV15.27143.65129.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 43 (17.19% from 255) = 62.32%
R=24.64%
G=13.04%
B=62.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal179430.600.7900.83254.1265.3810.2
Hex1192B3C4F053fe41a
Octal21115374117012337610112
Binary1000110011010111111001001111010100111111111010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11092B; }

 p { color: rgb(17,9,43); }

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

<style>
 a { background-color: #11092B; }

 a { background-color: rgb(17,9,43); }

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

<style>
 span { border-color: #11092B; }

 span { border-color: rgb(17,9,43); }

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