#150E35

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

Shades of Haiti #150E35

Tints of Haiti #150E35

Color information

#150E35 (or 0x150E35) is unknown color: approx Haiti. HEX triplet: 15, 0E and 35. RGB value is (21,14,53). Sum of RGB (Red+Green+Blue) = 21+14+53=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #150E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E35 is #EAF1CA. Grayscale: #141414. Windows color (decimal): -15397323 or 3477013. OLE color: 3477013.

HSL color Cylindrical-coordinate representation of color #150E35: hue angle of 250.77º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #150E35 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB211453-
CMYK0.600.7400.79
HSL250.77º58.21%13.14%-
HSV(B)250.77º73.58%20.78%-
XYZ1.110.733.45-
YUV20.54146.32128.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.86%
GREEN value IS 14 (5.86% from 255) = 15.91%
BLUE value IS 53 (21.09% from 255) = 60.23%
R=23.86%
G=15.91%
B=60.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2114530.600.7400.79250.7758.2113.14
Hex15E353C4A04Ffb3ad
Octal2516657411201173737215
Binary101011110110101111100100101001001111111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150E35; }

 p { color: rgb(21,14,53); }

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

<style>
 a { background-color: #150E35; }

 a { background-color: rgb(21,14,53); }

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

<style>
 span { border-color: #150E35; }

 span { border-color: rgb(21,14,53); }

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