Html Css Color HEX #130D27 Haiti

📋 copy color: '#130D27'

red 19 ◦ green 13 ◦ blue 39

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

Shades of Haiti #130D27

Tints of Haiti #130D27

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.31%

 BLUE value IS 39 (15.63% from 255) = 54.93%

R = 26.76%
G = 18.31%
B = 54.93%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130D27 (or 0x130D27) is known color: Haiti. HEX triplet: 13, 0D and 27. RGB value is (19,13,39). Sum of RGB (Red+Green+Blue) = 19+13+39=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #130D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D27 is #ECF2D8. Grayscale: #111111. Windows color (decimal): -15528665 or 2559251. OLE color: 2559251.

HSL color Cylindrical-coordinate representation of color #130D27: hue angle of 253.85º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #130D27 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 13 39 -
CMYK 0.51 0.67 0 0.85
HSL 253.85º 0.5% 0.1% -
HSV(B) 253.85º 0.67% 0.15% -
XYZ 0.78 0.57 1.99 -
YUV 17.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 19 13 39 0.51 0.67 0 0.85 253.85 0.5 0.1
Hex 13 D 27 33 43 0 55 FE 32 A
Octal 23 15 47 63 103 0 125 376 62 12
Binary 10011 1101 100111 110011 1000011 0 1010101 11111110 110010 1010

Color Harmonies of #130D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D27

Black with #130D27

Text Example


Text Example

White with #130D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,13,39); }

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

background-color css

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

 a { background-color: rgb(19,13,39); }

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

border-color css

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

 span { border-color: rgb(19,13,39); }

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