#13092E

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

Shades of Haiti #13092E

Tints of Haiti #13092E

Color information

#13092E (or 0x13092E) is unknown color: approx Haiti. HEX triplet: 13, 09 and 2E. RGB value is (19,9,46). Sum of RGB (Red+Green+Blue) = 19+9+46=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #13092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13092E is #ECF6D1. Grayscale: #101010. Windows color (decimal): -15529682 or 3016979. OLE color: 3016979.

HSL color Cylindrical-coordinate representation of color #13092E: hue angle of 256.22º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13092E is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB19946-
CMYK0.590.8000.82
HSL256.22º67.27%10.78%-
HSV(B)256.22º80.43%18.04%-
XYZ0.860.532.64-
YUV16.21144.81129.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 46 (18.36% from 255) = 62.16%
R=25.68%
G=12.16%
B=62.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal199460.590.8000.82256.2267.2710.78
Hex1392E3B5005210043b
Octal23115673120012240010313
Binary10011100110111011101110100000101001010000000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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