#0E0528

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

Shades of Haiti #0E0528

Tints of Haiti #0E0528

Color information

#0E0528 (or 0x0E0528) is unknown color: approx Haiti. HEX triplet: 0E, 05 and 28. RGB value is (14,5,40). Sum of RGB (Red+Green+Blue) = 14+5+40=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 40 (16.02% from 255 or 67.80% from 59); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E0528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0528 is #F1FAD7. Grayscale: #0B0B0B. Windows color (decimal): -15858392 or 2622734. OLE color: 2622734.

HSL color Cylindrical-coordinate representation of color #0E0528: hue angle of 255.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0528 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB14540-
CMYK0.650.8800.84
HSL255.43º77.78%8.82%-
HSV(B)255.43º87.5%15.69%-
XYZ0.620.362.04-
YUV11.68143.98129.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.73%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 40 (16.02% from 255) = 67.80%
R=23.73%
G=8.47%
B=67.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal145400.650.8800.84255.4377.788.82
HexE5284158054ff4e9
Octal16550101130012437711611
Binary111010110100010000011011000010101001111111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E0528; }

 p { color: rgb(14,5,40); }

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

<style>
 a { background-color: #0E0528; }

 a { background-color: rgb(14,5,40); }

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

<style>
 span { border-color: #0E0528; }

 span { border-color: rgb(14,5,40); }

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