Html Css Color HEX #130C26 Haiti

📋 copy color: '#130C26'

red 19 ◦ green 12 ◦ blue 38

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

Shades of Haiti #130C26

Tints of Haiti #130C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 55.07%

R = 27.54%
G = 17.39%
B = 55.07%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130C26 (or 0x130C26) is known color: Haiti. HEX triplet: 13, 0C and 26. RGB value is (19,12,38). Sum of RGB (Red+Green+Blue) = 19+12+38=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 38 (15.23% from 255 or 55.07% from 69); Max value from RGB is 38 - color contains mainly: blue. Hex color #130C26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C26 is #ECF3D9. Grayscale: #101010. Windows color (decimal): -15528922 or 2493459. OLE color: 2493459.

HSL color Cylindrical-coordinate representation of color #130C26: hue angle of 256.15º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130C26 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 12 38 -
CMYK 0.50 0.68 0 0.85
HSL 256.15º 0.52% 0.1% -
HSV(B) 256.15º 0.68% 0.15% -
XYZ 0.75 0.54 1.9 -
YUV 17.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 19 12 38 0.50 0.68 0 0.85 256.15 0.52 0.1
Hex 13 C 26 32 44 0 55 100 34 A
Octal 23 14 46 62 104 0 125 400 64 12
Binary 10011 1100 100110 110010 1000100 0 1010101 100000000 110100 1010

Color Harmonies of #130C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C26

Black with #130C26

Text Example


Text Example

White with #130C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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