#13092B

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

Shades of Haiti #13092B

Tints of Haiti #13092B

Color information

#13092B (or 0x13092B) is unknown color: approx Haiti. HEX triplet: 13, 09 and 2B. RGB value is (19,9,43). Sum of RGB (Red+Green+Blue) = 19+9+43=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #13092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13092B is #ECF6D4. Grayscale: #0F0F0F. Windows color (decimal): -15529685 or 2820371. OLE color: 2820371.

HSL color Cylindrical-coordinate representation of color #13092B: hue angle of 257.65º 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 #13092B is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB19943-
CMYK0.560.7900.83
HSL257.65º65.38%10.2%-
HSV(B)257.65º79.07%16.86%-
XYZ0.80.512.34-
YUV15.87143.31130.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 43 (17.19% from 255) = 60.56%
R=26.76%
G=12.68%
B=60.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal199430.560.7900.83257.6565.3810.2
Hex1392B384F05310241a
Octal23115370117012340210112
Binary10011100110101111100010011110101001110000001010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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