Html Css Color HEX #0E093B Midnight Express

📋 copy color: '#0E093B'

red 14 ◦ green 9 ◦ blue 59

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

Shades of Midnight Express #0E093B

Tints of Midnight Express #0E093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 71.95%

R = 17.07%
G = 10.98%
B = 71.95%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0E093B (or 0x0E093B) is known color: Midnight Express. HEX triplet: 0E, 09 and 3B. RGB value is (14,9,59). Sum of RGB (Red+Green+Blue) = 14+9+59=82 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.07% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 59 (23.44% from 255 or 71.95% from 82); Max value from RGB is 59 - color contains mainly: blue. Hex color #0E093B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E093B is #F1F6C4. Grayscale: #101010. Windows color (decimal): -15857349 or 3868942. OLE color: 3868942.

HSL color Cylindrical-coordinate representation of color #0E093B: hue angle of 246º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E093B is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 14 9 59 -
CMYK 0.76 0.85 0 0.77
HSL 246º 0.74% 0.13% -
HSV(B) 246º 0.85% 0.23% -
XYZ 1.07 0.6 4.2 -
YUV 16.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 14 9 59 0.76 0.85 0 0.77 246 0.74 0.13
Hex E 9 3B 4C 55 0 4D F6 4A D
Octal 16 11 73 114 125 0 115 366 112 15
Binary 1110 1001 111011 1001100 1010101 0 1001101 11110110 1001010 1101

Color Harmonies of #0E093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E093B

Black with #0E093B

Text Example


Text Example

White with #0E093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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