#140B30

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

Shades of Haiti #140B30

Tints of Haiti #140B30

Color information

#140B30 (or 0x140B30) is unknown color: approx Haiti. HEX triplet: 14, 0B and 30. RGB value is (20,11,48). Sum of RGB (Red+Green+Blue) = 20+11+48=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 11 (4.69% from 255 or 13.92% 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 #140B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B30 is #EBF4CF. Grayscale: #111111. Windows color (decimal): -15463632 or 3148564. OLE color: 3148564.

HSL color Cylindrical-coordinate representation of color #140B30: hue angle of 254.59º 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 #140B30 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB201148-
CMYK0.580.7700.81
HSL254.59º62.71%11.57%-
HSV(B)254.59º77.08%18.82%-
XYZ0.940.62.86-
YUV17.91144.98129.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 48 (19.14% from 255) = 60.76%
R=25.32%
G=13.92%
B=60.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2011480.580.7700.81254.5962.7111.57
Hex14B303A4D051ff3fc
Octal2413607211501213777714
Binary101001011110000111010100110101010001111111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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