Html Css Color HEX #130B24 Haiti

📋 copy color: '#130B24'

red 19 ◦ green 11 ◦ blue 36

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

Shades of Haiti #130B24

Tints of Haiti #130B24

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.67%

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

R = 28.79%
G = 16.67%
B = 54.55%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130B24 (or 0x130B24) is known color: Haiti. HEX triplet: 13, 0B and 24. RGB value is (19,11,36). Sum of RGB (Red+Green+Blue) = 19+11+36=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #130B24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B24 is #ECF4DB. Grayscale: #101010. Windows color (decimal): -15529180 or 2362131. OLE color: 2362131.

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

Color convert

RGB 19 11 36 -
CMYK 0.47 0.69 0 0.86
HSL 259.2º 0.53% 0.09% -
HSV(B) 259.2º 0.69% 0.14% -
XYZ 0.71 0.51 1.73 -
YUV 16.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 19 11 36 0.47 0.69 0 0.86 259.2 0.53 0.09
Hex 13 B 24 2F 45 0 56 103 35 9
Octal 23 13 44 57 105 0 126 403 65 11
Binary 10011 1011 100100 101111 1000101 0 1010110 100000011 110101 1001

Color Harmonies of #130B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B24

Black with #130B24

Text Example


Text Example

White with #130B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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