#130C33

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

Shades of Haiti #130C33

Tints of Haiti #130C33

Color information

#130C33 (or 0x130C33) is unknown color: approx Haiti. HEX triplet: 13, 0C and 33. RGB value is (19,12,51). Sum of RGB (Red+Green+Blue) = 19+12+51=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #130C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C33 is #ECF3CC. Grayscale: #121212. Windows color (decimal): -15528909 or 3345427. OLE color: 3345427.

HSL color Cylindrical-coordinate representation of color #130C33: hue angle of 250.77º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #130C33 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB191251-
CMYK0.630.7600.8
HSL250.77º61.9%12.35%-
HSV(B)250.77º76.47%20%-
XYZ10.643.2-
YUV18.54146.32128.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 12 (5.08% from 255) = 14.63%
BLUE value IS 51 (20.31% from 255) = 62.20%
R=23.17%
G=14.63%
B=62.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1912510.630.7600.8250.7761.912.35
Hex13C333F4C050fb3ec
Octal2314637711401203737614
Binary100111100110011111111100110001010000111110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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