#0E052D

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

Shades of Haiti #0E052D

Tints of Haiti #0E052D

Color information

#0E052D (or 0x0E052D) is unknown color: approx Haiti. HEX triplet: 0E, 05 and 2D. RGB value is (14,5,45). Sum of RGB (Red+Green+Blue) = 14+5+45=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E052D is #F1FAD2. Grayscale: #0C0C0C. Windows color (decimal): -15858387 or 2950414. OLE color: 2950414.

HSL color Cylindrical-coordinate representation of color #0E052D: hue angle of 253.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E052D is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB14545-
CMYK0.690.8900.82
HSL253.5º80%9.8%-
HSV(B)253.5º88.89%17.65%-
XYZ0.710.392.52-
YUV12.25146.48129.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.88%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 45 (17.97% from 255) = 70.31%
R=21.88%
G=7.81%
B=70.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal145450.690.8900.82253.5809.8
HexE52D4559052fe50a
Octal16555105131012237612012
Binary111010110110110001011011001010100101111111010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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