Html Css Color HEX #130A30 Haiti

📋 copy color: '#130A30'

red 19 ◦ green 10 ◦ blue 48

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

Shades of Haiti #130A30

Tints of Haiti #130A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.99%

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

R = 24.68%
G = 12.99%
B = 62.34%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130A30 (or 0x130A30) is known color: Haiti. HEX triplet: 13, 0A and 30. RGB value is (19,10,48). Sum of RGB (Red+Green+Blue) = 19+10+48=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #130A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A30 is #ECF5CF. Grayscale: #101010. Windows color (decimal): -15529424 or 3148307. OLE color: 3148307.

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

Color convert

RGB 19 10 48 -
CMYK 0.60 0.79 0 0.81
HSL 254.21º 0.66% 0.11% -
HSV(B) 254.21º 0.79% 0.19% -
XYZ 0.91 0.57 2.86 -
YUV 17.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 19 10 48 0.60 0.79 0 0.81 254.21 0.66 0.11
Hex 13 A 30 3C 4F 0 51 FE 42 B
Octal 23 12 60 74 117 0 121 376 102 13
Binary 10011 1010 110000 111100 1001111 0 1010001 11111110 1000010 1011

Color Harmonies of #130A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A30

Black with #130A30

Text Example


Text Example

White with #130A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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