#130B32

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

Shades of Haiti #130B32

Tints of Haiti #130B32

Color information

#130B32 (or 0x130B32) is unknown color: approx Haiti. HEX triplet: 13, 0B and 32. RGB value is (19,11,50). Sum of RGB (Red+Green+Blue) = 19+11+50=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #130B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B32 is #ECF4CD. Grayscale: #111111. Windows color (decimal): -15529166 or 3279635. OLE color: 3279635.

HSL color Cylindrical-coordinate representation of color #130B32: hue angle of 252.31º degrees, saturation: 0.64, 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 #130B32 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB191150-
CMYK0.620.7800.80
HSL252.31º63.93%11.96%-
HSV(B)252.31º78%19.61%-
XYZ0.960.613.08-
YUV17.84146.15128.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 50 (19.92% from 255) = 62.5%
R=23.75%
G=13.75%
B=62.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1911500.620.7800.80252.3163.9311.96
Hex13B323E4E050fc40c
Octal23136276116012037410014
Binary1001110111100101111101001110010100001111110010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130B32; }

 p { color: rgb(19,11,50); }

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

<style>
 a { background-color: #130B32; }

 a { background-color: rgb(19,11,50); }

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

<style>
 span { border-color: #130B32; }

 span { border-color: rgb(19,11,50); }

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