#130C2E

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

Shades of Haiti #130C2E

Tints of Haiti #130C2E

Color information

#130C2E (or 0x130C2E) is unknown color: approx Haiti. HEX triplet: 13, 0C and 2E. RGB value is (19,12,46). Sum of RGB (Red+Green+Blue) = 19+12+46=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #130C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C2E is #ECF3D1. Grayscale: #111111. Windows color (decimal): -15528914 or 3017747. OLE color: 3017747.

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

Color convert

RGB191246-
CMYK0.590.7400.82
HSL252.35º58.62%11.37%-
HSV(B)252.35º73.91%18.04%-
XYZ0.890.62.65-
YUV17.97143.82128.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 46 (18.36% from 255) = 59.74%
R=24.68%
G=15.58%
B=59.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1912460.590.7400.82252.3558.6211.37
Hex13C2E3B4A052fc3bb
Octal2314567311201223747313
Binary100111100101110111011100101001010010111111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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