#130B27

Color #130B27 Haiti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Haiti #130B27

Tints of Haiti #130B27

Color information

#130B27 (or 0x130B27) is unknown color: approx Haiti. HEX triplet: 13, 0B and 27. RGB value is (19,11,39). Sum of RGB (Red+Green+Blue) = 19+11+39=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #130B27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B27 is #ECF4D8. Grayscale: #101010. Windows color (decimal): -15529177 or 2558739. OLE color: 2558739.

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

Color convert

RGB191139-
CMYK0.510.7200.85
HSL257.14º56%9.8%-
HSV(B)257.14º71.79%15.29%-
XYZ0.750.521.98-
YUV16.58140.65129.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 11 (4.69% from 255) = 15.94%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=27.54%
G=15.94%
B=56.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1911390.510.7200.85257.14569.8
Hex13B27334805510138a
Octal2313476311001254017012
Binary1001110111001111100111001000010101011000000011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #130B27;
 }
 .AnyTagClassName
 {
   color: #130B27;
 }
</style>
background-color css

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

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

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

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

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

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