#130C30

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

Shades of Haiti #130C30

Tints of Haiti #130C30

Color information

#130C30 (or 0x130C30) is unknown color: approx Haiti. HEX triplet: 13, 0C and 30. RGB value is (19,12,48). Sum of RGB (Red+Green+Blue) = 19+12+48=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #130C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C30 is #ECF3CF. Grayscale: #121212. Windows color (decimal): -15528912 or 3148819. OLE color: 3148819.

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

Color convert

RGB191248-
CMYK0.600.7500.81
HSL251.67º60%11.76%-
HSV(B)251.67º75%18.82%-
XYZ0.930.612.87-
YUV18.2144.82128.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 48 (19.14% from 255) = 60.76%
R=24.05%
G=15.19%
B=60.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1912480.600.7500.81251.676011.76
Hex13C303C4B051fc3cc
Octal2314607411301213747414
Binary100111100110000111100100101101010001111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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