Html Css Color HEX #130C30 Haiti

📋 copy color: '#130C30'

red 19 ◦ green 12 ◦ blue 48

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

Shades of Haiti #130C30

Tints of Haiti #130C30

RGB

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

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

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

R = 24.05%
G = 15.19%
B = 60.76%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130C30 (or 0x130C30) is known color: Haiti. HEX triplet: 13, 0C and 30. RGB value is (19,12,48). Sum of RGB (Red+Green+Blue) = 19+12+48=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #130C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C30 is #ECF3CF. Grayscale: #121212. Windows color (decimal): -15528912 or 3148819. OLE color: 3148819.

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

Color convert

RGB 19 12 48 -
CMYK 0.60 0.75 0 0.81
HSL 251.67º 0.6% 0.12% -
HSV(B) 251.67º 0.75% 0.19% -
XYZ 0.93 0.61 2.87 -
YUV 18.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 19 12 48 0.60 0.75 0 0.81 251.67 0.6 0.12
Hex 13 C 30 3C 4B 0 51 FC 3C C
Octal 23 14 60 74 113 0 121 374 74 14
Binary 10011 1100 110000 111100 1001011 0 1010001 11111100 111100 1100

Color Harmonies of #130C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C30

Black with #130C30

Text Example


Text Example

White with #130C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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