#150D28

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

Shades of Haiti #150D28

Tints of Haiti #150D28

Color information

#150D28 (or 0x150D28) is unknown color: approx Haiti. HEX triplet: 15, 0D and 28. RGB value is (21,13,40). Sum of RGB (Red+Green+Blue) = 21+13+40=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #150D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D28 is #EAF2D7. Grayscale: #121212. Windows color (decimal): -15397592 or 2624789. OLE color: 2624789.

HSL color Cylindrical-coordinate representation of color #150D28: hue angle of 257.78º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #150D28 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB211340-
CMYK0.480.6700.84
HSL257.78º50.94%10.39%-
HSV(B)257.78º67.5%15.69%-
XYZ0.840.62.08-
YUV18.47140.15129.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.38%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 40 (16.02% from 255) = 54.05%
R=28.38%
G=17.57%
B=54.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2113400.480.6700.84257.7850.9410.39
Hex15D28304305410233a
Octal2515506010301244026312
Binary1010111011010001100001000011010101001000000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,13,40); }

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

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

 a { background-color: rgb(21,13,40); }

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

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

 span { border-color: rgb(21,13,40); }

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