#150F35

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

Shades of Haiti #150F35

Tints of Haiti #150F35

Color information

#150F35 (or 0x150F35) is unknown color: approx Haiti. HEX triplet: 15, 0F and 35. RGB value is (21,15,53). Sum of RGB (Red+Green+Blue) = 21+15+53=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #150F35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F35 is #EAF0CA. Grayscale: #141414. Windows color (decimal): -15397067 or 3477269. OLE color: 3477269.

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

Color convert

RGB211553-
CMYK0.600.7200.79
HSL249.47º55.88%13.33%-
HSV(B)249.47º71.7%20.78%-
XYZ1.120.763.46-
YUV21.13145.99127.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.60%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=23.60%
G=16.85%
B=59.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2115530.600.7200.79249.4755.8813.33
Hex15F353C4804Ff938d
Octal2517657411001173717015
Binary101011111110101111100100100001001111111110011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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