#0E062B

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

Shades of Haiti #0E062B

Tints of Haiti #0E062B

Color information

#0E062B (or 0x0E062B) is unknown color: approx Haiti. HEX triplet: 0E, 06 and 2B. RGB value is (14,6,43). Sum of RGB (Red+Green+Blue) = 14+6+43=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #0E062B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E062B is #F1F9D4. Grayscale: #0C0C0C. Windows color (decimal): -15858133 or 2819598. OLE color: 2819598.

HSL color Cylindrical-coordinate representation of color #0E062B: hue angle of 252.97º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E062B is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB14643-
CMYK0.670.8600.83
HSL252.97º75.51%9.61%-
HSV(B)252.97º86.05%16.86%-
XYZ0.680.42.33-
YUV12.61145.15128.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.22%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 43 (17.19% from 255) = 68.25%
R=22.22%
G=9.52%
B=68.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal146430.670.8600.83252.9775.519.61
HexE62B4356053fd4ca
Octal16653103126012337511412
Binary111011010101110000111010110010100111111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,6,43); }

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

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

 a { background-color: rgb(14,6,43); }

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

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

 span { border-color: rgb(14,6,43); }

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