#130A30

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

Shades of Haiti #130A30

Tints of Haiti #130A30

Color information

#130A30 (or 0x130A30) is unknown color: approx Haiti. HEX triplet: 13, 0A and 30. RGB value is (19,10,48). Sum of RGB (Red+Green+Blue) = 19+10+48=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #130A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A30 is #ECF5CF. Grayscale: #101010. Windows color (decimal): -15529424 or 3148307. OLE color: 3148307.

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

Color convert

RGB191048-
CMYK0.600.7900.81
HSL254.21º65.52%11.37%-
HSV(B)254.21º79.17%18.82%-
XYZ0.910.572.86-
YUV17.02145.48129.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 10 (4.30% from 255) = 12.99%
BLUE value IS 48 (19.14% from 255) = 62.34%
R=24.68%
G=12.99%
B=62.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1910480.600.7900.81254.2165.5211.37
Hex13A303C4F051fe42b
Octal23126074117012137610213
Binary1001110101100001111001001111010100011111111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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