#130A28

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

Shades of Haiti #130A28

Tints of Haiti #130A28

Color information

#130A28 (or 0x130A28) is unknown color: approx Haiti. HEX triplet: 13, 0A and 28. RGB value is (19,10,40). Sum of RGB (Red+Green+Blue) = 19+10+40=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #130A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A28 is #ECF5D7. Grayscale: #101010. Windows color (decimal): -15529432 or 2624019. OLE color: 2624019.

HSL color Cylindrical-coordinate representation of color #130A28: hue angle of 258º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130A28 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB191040-
CMYK0.520.7500.84
HSL258º60%9.8%-
HSV(B)258º75%15.69%-
XYZ0.760.512.07-
YUV16.11141.48130.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 40 (16.02% from 255) = 57.97%
R=27.54%
G=14.49%
B=57.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1910400.520.7500.84258609.8
Hex13A28344B0541023ca
Octal2312506411301244027412
Binary1001110101010001101001001011010101001000000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,10,40); }

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

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

 a { background-color: rgb(19,10,40); }

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

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

 span { border-color: rgb(19,10,40); }

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