#150D27

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

Shades of Haiti #150D27

Tints of Haiti #150D27

Color information

#150D27 (or 0x150D27) is unknown color: approx Haiti. HEX triplet: 15, 0D and 27. RGB value is (21,13,39). Sum of RGB (Red+Green+Blue) = 21+13+39=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #150D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D27 is #EAF2D8. Grayscale: #121212. Windows color (decimal): -15397593 or 2559253. OLE color: 2559253.

HSL color Cylindrical-coordinate representation of color #150D27: hue angle of 258.46º 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 #150D27 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB211339-
CMYK0.460.6700.85
HSL258.46º50%10.2%-
HSV(B)258.46º66.67%15.29%-
XYZ0.820.591.99-
YUV18.36139.65129.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.77%
GREEN value IS 13 (5.47% from 255) = 17.81%
BLUE value IS 39 (15.62% from 255) = 53.42%
R=28.77%
G=17.81%
B=53.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2113390.460.6700.85258.465010.2
Hex15D272E4305510232a
Octal2515475610301254026212
Binary1010111011001111011101000011010101011000000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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