Html Css Color HEX #0E091A Haiti

📋 copy color: '#0E091A'

red 14 ◦ green 9 ◦ blue 26

#0E091A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #0E091A

Tints of Haiti #0E091A

RGB

 RED value IS 14 (5.86% from 255) = 28.57%

 GREEN value IS 9 (3.91% from 255) = 18.37%

 BLUE value IS 26 (10.55% from 255) = 53.06%

R = 28.57%
G = 18.37%
B = 53.06%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0E091A (or 0x0E091A) is known color: Haiti. HEX triplet: 0E, 09 and 1A. RGB value is (14,9,26). Sum of RGB (Red+Green+Blue) = 14+9+26=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E091A is #F1F6E5. Grayscale: #0C0C0C. Windows color (decimal): -15857382 or 1706254. OLE color: 1706254.

HSL color Cylindrical-coordinate representation of color #0E091A: hue angle of 257.65º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E091A is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 9 26 -
CMYK 0.46 0.65 0 0.90
HSL 257.65º 0.49% 0.07% -
HSV(B) 257.65º 0.65% 0.1% -
XYZ 0.47 0.36 1.02 -
YUV 12.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 14 9 26 0.46 0.65 0 0.90 257.65 0.49 0.07
Hex E 9 1A 2E 41 0 5A 102 31 7
Octal 16 11 32 56 101 0 132 402 61 7
Binary 1110 1001 11010 101110 1000001 0 1011010 100000010 110001 111

Color Harmonies of #0E091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E091A

Black with #0E091A

Text Example


Text Example

White with #0E091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,9,26); }

 H1.HeaderClassName
 {
   color: #0E091A;
 }
 .AnyTagClassName
 {
   color: #0E091A;
 }
</style>

background-color css

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

 a { background-color: rgb(14,9,26); }

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

border-color css

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

 span { border-color: rgb(14,9,26); }

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