#150F27

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

Shades of Haiti #150F27

Tints of Haiti #150F27

Color information

#150F27 (or 0x150F27) is unknown color: approx Haiti. HEX triplet: 15, 0F and 27. RGB value is (21,15,39). Sum of RGB (Red+Green+Blue) = 21+15+39=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #150F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F27 is #EAF0D8. Grayscale: #131313. Windows color (decimal): -15397081 or 2559765. OLE color: 2559765.

HSL color Cylindrical-coordinate representation of color #150F27: hue angle of 255º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150F27 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB211539-
CMYK0.460.6200.85
HSL255º44.44%10.59%-
HSV(B)255º61.54%15.29%-
XYZ0.850.652-
YUV19.53138.99129.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28%
GREEN value IS 15 (6.25% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 52%
R=28%
G=20%
B=52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2115390.460.6200.8525544.4410.59
Hex15F272E3E055ff2cb
Octal251747567601253775413
Binary10101111110011110111011111001010101111111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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