Html Css Color HEX #130C33 Haiti

📋 copy color: '#130C33'

red 19 ◦ green 12 ◦ blue 51

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

Shades of Haiti #130C33

Tints of Haiti #130C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 62.2%

R = 23.17%
G = 14.63%
B = 62.2%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#130C33 (or 0x130C33) is known color: Haiti. HEX triplet: 13, 0C and 33. RGB value is (19,12,51). Sum of RGB (Red+Green+Blue) = 19+12+51=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #130C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C33 is #ECF3CC. Grayscale: #121212. Windows color (decimal): -15528909 or 3345427. OLE color: 3345427.

HSL color Cylindrical-coordinate representation of color #130C33: hue angle of 250.77º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #130C33 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 12 51 -
CMYK 0.63 0.76 0 0.8
HSL 250.77º 0.62% 0.12% -
HSV(B) 250.77º 0.76% 0.2% -
XYZ 1 0.64 3.2 -
YUV 18.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 19 12 51 0.63 0.76 0 0.8 250.77 0.62 0.12
Hex 13 C 33 3F 4C 0 50 FB 3E C
Octal 23 14 63 77 114 0 120 373 76 14
Binary 10011 1100 110011 111111 1001100 0 1010000 11111011 111110 1100

Color Harmonies of #130C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C33

Black with #130C33

Text Example


Text Example

White with #130C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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