#0E042A

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

Shades of Haiti #0E042A

Tints of Haiti #0E042A

Color information

#0E042A (or 0x0E042A) is unknown color: approx Haiti. HEX triplet: 0E, 04 and 2A. RGB value is (14,4,42). Sum of RGB (Red+Green+Blue) = 14+4+42=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #0E042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E042A is #F1FBD5. Grayscale: #0B0B0B. Windows color (decimal): -15858646 or 2753550. OLE color: 2753550.

HSL color Cylindrical-coordinate representation of color #0E042A: hue angle of 255.79º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E042A is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB14442-
CMYK0.670.9000.84
HSL255.79º82.61%9.02%-
HSV(B)255.79º90.48%16.47%-
XYZ0.640.352.22-
YUV11.32145.31129.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.33%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 42 (16.80% from 255) = 70%
R=23.33%
G=6.67%
B=70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal144420.670.9000.84255.7982.619.02
HexE42A435A054100539
Octal16452103132012440012311
Binary1110100101010100001110110100101010010000000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,4,42); }

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

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

 a { background-color: rgb(14,4,42); }

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

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

 span { border-color: rgb(14,4,42); }

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