Html Css Color HEX #130C23 Haiti

📋 copy color: '#130C23'

red 19 ◦ green 12 ◦ blue 35

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

Shades of Haiti #130C23

Tints of Haiti #130C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 53.03%

R = 28.79%
G = 18.18%
B = 53.03%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130C23 (or 0x130C23) is known color: Haiti. HEX triplet: 13, 0C and 23. RGB value is (19,12,35). Sum of RGB (Red+Green+Blue) = 19+12+35=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #130C23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C23 is #ECF3DC. Grayscale: #101010. Windows color (decimal): -15528925 or 2296851. OLE color: 2296851.

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

Color convert

RGB 19 12 35 -
CMYK 0.46 0.66 0 0.86
HSL 258.26º 0.49% 0.09% -
HSV(B) 258.26º 0.66% 0.14% -
XYZ 0.7 0.52 1.65 -
YUV 16.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 19 12 35 0.46 0.66 0 0.86 258.26 0.49 0.09
Hex 13 C 23 2E 42 0 56 102 31 9
Octal 23 14 43 56 102 0 126 402 61 11
Binary 10011 1100 100011 101110 1000010 0 1010110 100000010 110001 1001

Color Harmonies of #130C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C23

Black with #130C23

Text Example


Text Example

White with #130C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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