Html Css Color HEX #130A31 Haiti

📋 copy color: '#130A31'

red 19 ◦ green 10 ◦ blue 49

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

Shades of Haiti #130A31

Tints of Haiti #130A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.82%

 BLUE value IS 49 (19.53% from 255) = 62.82%

R = 24.36%
G = 12.82%
B = 62.82%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130A31 (or 0x130A31) is known color: Haiti. HEX triplet: 13, 0A and 31. RGB value is (19,10,49). Sum of RGB (Red+Green+Blue) = 19+10+49=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #130A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A31 is #ECF5CE. Grayscale: #101010. Windows color (decimal): -15529423 or 3213843. OLE color: 3213843.

HSL color Cylindrical-coordinate representation of color #130A31: hue angle of 253.85º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130A31 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 10 49 -
CMYK 0.61 0.80 0 0.81
HSL 253.85º 0.66% 0.12% -
HSV(B) 253.85º 0.8% 0.19% -
XYZ 0.93 0.58 2.97 -
YUV 17.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 19 10 49 0.61 0.80 0 0.81 253.85 0.66 0.12
Hex 13 A 31 3D 50 0 51 FE 42 C
Octal 23 12 61 75 120 0 121 376 102 14
Binary 10011 1010 110001 111101 1010000 0 1010001 11111110 1000010 1100

Color Harmonies of #130A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A31

Black with #130A31

Text Example


Text Example

White with #130A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,10,49); }

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

background-color css

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

 a { background-color: rgb(19,10,49); }

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

border-color css

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

 span { border-color: rgb(19,10,49); }

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