#130D23

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

Shades of Haiti #130D23

Tints of Haiti #130D23

Color information

#130D23 (or 0x130D23) is unknown color: approx Haiti. HEX triplet: 13, 0D and 23. RGB value is (19,13,35). Sum of RGB (Red+Green+Blue) = 19+13+35=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #130D23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D23 is #ECF2DC. Grayscale: #111111. Windows color (decimal): -15528669 or 2297107. OLE color: 2297107.

HSL color Cylindrical-coordinate representation of color #130D23: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130D23 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB191335-
CMYK0.460.6300.86
HSL256.36º45.83%9.41%-
HSV(B)256.36º62.86%13.73%-
XYZ0.720.551.66-
YUV17.3137.99129.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 13 (5.47% from 255) = 19.40%
BLUE value IS 35 (14.06% from 255) = 52.24%
R=28.36%
G=19.40%
B=52.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1913350.460.6300.86256.3645.839.41
Hex13D232E3F0561002e9
Octal231543567701264005611
Binary100111101100011101110111111010101101000000001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,13,35); }

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

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

 a { background-color: rgb(19,13,35); }

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

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

 span { border-color: rgb(19,13,35); }

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