Html Css Color HEX #130D24 Haiti

📋 copy color: '#130D24'

red 19 ◦ green 13 ◦ blue 36

#130D24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #130D24

Tints of Haiti #130D24

RGB

 RED value IS 19 (7.81% from 255) = 27.94%

 GREEN value IS 13 (5.47% from 255) = 19.12%

 BLUE value IS 36 (14.45% from 255) = 52.94%

R = 27.94%
G = 19.12%
B = 52.94%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130D24 (or 0x130D24) is known color: Haiti. HEX triplet: 13, 0D and 24. RGB value is (19,13,36). Sum of RGB (Red+Green+Blue) = 19+13+36=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #130D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D24 is #ECF2DB. Grayscale: #111111. Windows color (decimal): -15528668 or 2362643. OLE color: 2362643.

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

Color convert

RGB 19 13 36 -
CMYK 0.47 0.64 0 0.86
HSL 255.65º 0.47% 0.1% -
HSV(B) 255.65º 0.64% 0.14% -
XYZ 0.73 0.55 1.74 -
YUV 17.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 19 13 36 0.47 0.64 0 0.86 255.65 0.47 0.1
Hex 13 D 24 2F 40 0 56 100 2F A
Octal 23 15 44 57 100 0 126 400 57 12
Binary 10011 1101 100100 101111 1000000 0 1010110 100000000 101111 1010

Color Harmonies of #130D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D24

Black with #130D24

Text Example


Text Example

White with #130D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #130D24;
 }
 .AnyTagClassName
 {
   color: #130D24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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