#130A2F

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

Shades of Haiti #130A2F

Tints of Haiti #130A2F

Color information

#130A2F (or 0x130A2F) is unknown color: approx Haiti. HEX triplet: 13, 0A and 2F. RGB value is (19,10,47). Sum of RGB (Red+Green+Blue) = 19+10+47=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #130A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A2F is #ECF5D0. Grayscale: #101010. Windows color (decimal): -15529425 or 3082771. OLE color: 3082771.

HSL color Cylindrical-coordinate representation of color #130A2F: hue angle of 254.59º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130A2F is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB191047-
CMYK0.600.7900.82
HSL254.59º64.91%11.18%-
HSV(B)254.59º78.72%18.43%-
XYZ0.890.562.75-
YUV16.91144.98129.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 10 (4.30% from 255) = 13.16%
BLUE value IS 47 (18.75% from 255) = 61.84%
R=25%
G=13.16%
B=61.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1910470.600.7900.82254.5964.9111.18
Hex13A2F3C4F052ff41b
Octal23125774117012237710113
Binary1001110101011111111001001111010100101111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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