Html Css Color HEX #130B32 Haiti

📋 copy color: '#130B32'

red 19 ◦ green 11 ◦ blue 50

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

Shades of Haiti #130B32

Tints of Haiti #130B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.75%

 BLUE value IS 50 (19.92% from 255) = 62.5%

R = 23.75%
G = 13.75%
B = 62.5%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#130B32 (or 0x130B32) is known color: Haiti. HEX triplet: 13, 0B and 32. RGB value is (19,11,50). Sum of RGB (Red+Green+Blue) = 19+11+50=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #130B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B32 is #ECF4CD. Grayscale: #111111. Windows color (decimal): -15529166 or 3279635. OLE color: 3279635.

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

Color convert

RGB 19 11 50 -
CMYK 0.62 0.78 0 0.80
HSL 252.31º 0.64% 0.12% -
HSV(B) 252.31º 0.78% 0.2% -
XYZ 0.96 0.61 3.08 -
YUV 17.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 19 11 50 0.62 0.78 0 0.80 252.31 0.64 0.12
Hex 13 B 32 3E 4E 0 50 FC 40 C
Octal 23 13 62 76 116 0 120 374 100 14
Binary 10011 1011 110010 111110 1001110 0 1010000 11111100 1000000 1100

Color Harmonies of #130B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B32

Black with #130B32

Text Example


Text Example

White with #130B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,11,50); }

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

background-color css

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

 a { background-color: rgb(19,11,50); }

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

border-color css

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

 span { border-color: rgb(19,11,50); }

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