Html Css Color HEX #130B2A Haiti

📋 copy color: '#130B2A'

red 19 ◦ green 11 ◦ blue 42

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

Shades of Haiti #130B2A

Tints of Haiti #130B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 58.33%

R = 26.39%
G = 15.28%
B = 58.33%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130B2A (or 0x130B2A) is known color: Haiti. HEX triplet: 13, 0B and 2A. RGB value is (19,11,42). Sum of RGB (Red+Green+Blue) = 19+11+42=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #130B2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B2A is #ECF4D5. Grayscale: #101010. Windows color (decimal): -15529174 or 2755347. OLE color: 2755347.

HSL color Cylindrical-coordinate representation of color #130B2A: hue angle of 255.48º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130B2A is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 11 42 -
CMYK 0.55 0.74 0 0.84
HSL 255.48º 0.58% 0.1% -
HSV(B) 255.48º 0.74% 0.16% -
XYZ 0.81 0.54 2.25 -
YUV 16.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 19 11 42 0.55 0.74 0 0.84 255.48 0.58 0.1
Hex 13 B 2A 37 4A 0 54 FF 3A A
Octal 23 13 52 67 112 0 124 377 72 12
Binary 10011 1011 101010 110111 1001010 0 1010100 11111111 111010 1010

Color Harmonies of #130B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B2A

Black with #130B2A

Text Example


Text Example

White with #130B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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