#150F37

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

Shades of Haiti #150F37

Tints of Haiti #150F37

Color information

#150F37 (or 0x150F37) is unknown color: approx Haiti. HEX triplet: 15, 0F and 37. RGB value is (21,15,55). Sum of RGB (Red+Green+Blue) = 21+15+55=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 55 (21.88% from 255 or 60.44% from 91); Max value from RGB is 55 - color contains mainly: blue. Hex color #150F37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F37 is #EAF0C8. Grayscale: #151515. Windows color (decimal): -15397065 or 3608341. OLE color: 3608341.

HSL color Cylindrical-coordinate representation of color #150F37: hue angle of 249º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #150F37 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB211555-
CMYK0.620.7300.78
HSL249º57.14%13.73%-
HSV(B)249º72.73%21.57%-
XYZ1.170.783.7-
YUV21.35146.99127.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.08%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 55 (21.88% from 255) = 60.44%
R=23.08%
G=16.48%
B=60.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2115550.620.7300.7824957.1413.73
Hex15F373E4904Ef939e
Octal2517677611101163717116
Binary101011111110111111110100100101001110111110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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