Html Css Color HEX #130C35 Haiti

📋 copy color: '#130C35'

red 19 ◦ green 12 ◦ blue 53

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

Shades of Haiti #130C35

Tints of Haiti #130C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 63.1%

R = 22.62%
G = 14.29%
B = 63.1%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#130C35 (or 0x130C35) is known color: Haiti. HEX triplet: 13, 0C and 35. RGB value is (19,12,53). Sum of RGB (Red+Green+Blue) = 19+12+53=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #130C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C35 is #ECF3CA. Grayscale: #121212. Windows color (decimal): -15528907 or 3476499. OLE color: 3476499.

HSL color Cylindrical-coordinate representation of color #130C35: hue angle of 250.24º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #130C35 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 12 53 -
CMYK 0.64 0.77 0 0.79
HSL 250.24º 0.63% 0.13% -
HSV(B) 250.24º 0.77% 0.21% -
XYZ 1.04 0.66 3.44 -
YUV 18.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 19 12 53 0.64 0.77 0 0.79 250.24 0.63 0.13
Hex 13 C 35 40 4D 0 4F FA 3F D
Octal 23 14 65 100 115 0 117 372 77 15
Binary 10011 1100 110101 1000000 1001101 0 1001111 11111010 111111 1101

Color Harmonies of #130C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C35

Black with #130C35

Text Example


Text Example

White with #130C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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