Html Css Color HEX #130C24 Haiti

📋 copy color: '#130C24'

red 19 ◦ green 12 ◦ blue 36

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

Shades of Haiti #130C24

Tints of Haiti #130C24

RGB

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

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

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

R = 28.36%
G = 17.91%
B = 53.73%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130C24 (or 0x130C24) is known color: Haiti. HEX triplet: 13, 0C and 24. RGB value is (19,12,36). Sum of RGB (Red+Green+Blue) = 19+12+36=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #130C24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C24 is #ECF3DB. Grayscale: #101010. Windows color (decimal): -15528924 or 2362387. OLE color: 2362387.

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

Color convert

RGB 19 12 36 -
CMYK 0.47 0.67 0 0.86
HSL 257.5º 0.5% 0.09% -
HSV(B) 257.5º 0.67% 0.14% -
XYZ 0.72 0.53 1.73 -
YUV 16.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 19 12 36 0.47 0.67 0 0.86 257.5 0.5 0.09
Hex 13 C 24 2F 43 0 56 102 32 9
Octal 23 14 44 57 103 0 126 402 62 11
Binary 10011 1100 100100 101111 1000011 0 1010110 100000010 110010 1001

Color Harmonies of #130C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C24

Black with #130C24

Text Example


Text Example

White with #130C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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