Html Css Color HEX #130B30 Haiti

📋 copy color: '#130B30'

red 19 ◦ green 11 ◦ blue 48

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

Shades of Haiti #130B30

Tints of Haiti #130B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 61.54%

R = 24.36%
G = 14.1%
B = 61.54%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130B30 (or 0x130B30) is known color: Haiti. HEX triplet: 13, 0B and 30. RGB value is (19,11,48). Sum of RGB (Red+Green+Blue) = 19+11+48=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #130B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B30 is #ECF4CF. Grayscale: #111111. Windows color (decimal): -15529168 or 3148563. OLE color: 3148563.

HSL color Cylindrical-coordinate representation of color #130B30: hue angle of 252.97º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #130B30 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 11 48 -
CMYK 0.60 0.77 0 0.81
HSL 252.97º 0.63% 0.12% -
HSV(B) 252.97º 0.77% 0.19% -
XYZ 0.92 0.59 2.86 -
YUV 17.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 19 11 48 0.60 0.77 0 0.81 252.97 0.63 0.12
Hex 13 B 30 3C 4D 0 51 FD 3F C
Octal 23 13 60 74 115 0 121 375 77 14
Binary 10011 1011 110000 111100 1001101 0 1010001 11111101 111111 1100

Color Harmonies of #130B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B30

Black with #130B30

Text Example


Text Example

White with #130B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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