Html Css Color HEX #130C31 Haiti

📋 copy color: '#130C31'

red 19 ◦ green 12 ◦ blue 49

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

Shades of Haiti #130C31

Tints of Haiti #130C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15%

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

R = 23.75%
G = 15%
B = 61.25%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130C31 (or 0x130C31) is known color: Haiti. HEX triplet: 13, 0C and 31. RGB value is (19,12,49). Sum of RGB (Red+Green+Blue) = 19+12+49=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #130C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C31 is #ECF3CE. Grayscale: #121212. Windows color (decimal): -15528911 or 3214355. OLE color: 3214355.

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

Color convert

RGB 19 12 49 -
CMYK 0.61 0.76 0 0.81
HSL 251.35º 0.61% 0.12% -
HSV(B) 251.35º 0.76% 0.19% -
XYZ 0.95 0.62 2.98 -
YUV 18.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 19 12 49 0.61 0.76 0 0.81 251.35 0.61 0.12
Hex 13 C 31 3D 4C 0 51 FB 3D C
Octal 23 14 61 75 114 0 121 373 75 14
Binary 10011 1100 110001 111101 1001100 0 1010001 11111011 111101 1100

Color Harmonies of #130C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C31

Black with #130C31

Text Example


Text Example

White with #130C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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