Html Css Color HEX #0E093A Midnight Express

📋 copy color: '#0E093A'

red 14 ◦ green 9 ◦ blue 58

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

Shades of Midnight Express #0E093A

Tints of Midnight Express #0E093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 71.6%

R = 17.28%
G = 11.11%
B = 71.6%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0E093A (or 0x0E093A) is known color: Midnight Express. HEX triplet: 0E, 09 and 3A. RGB value is (14,9,58). Sum of RGB (Red+Green+Blue) = 14+9+58=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 58 (23.05% from 255 or 71.60% from 81); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E093A is #F1F6C5. Grayscale: #0F0F0F. Windows color (decimal): -15857350 or 3803406. OLE color: 3803406.

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

Color convert

RGB 14 9 58 -
CMYK 0.76 0.84 0 0.77
HSL 246.12º 0.73% 0.13% -
HSV(B) 246.12º 0.84% 0.23% -
XYZ 1.04 0.59 4.06 -
YUV 16.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 14 9 58 0.76 0.84 0 0.77 246.12 0.73 0.13
Hex E 9 3A 4C 54 0 4D F6 49 D
Octal 16 11 72 114 124 0 115 366 111 15
Binary 1110 1001 111010 1001100 1010100 0 1001101 11110110 1001001 1101

Color Harmonies of #0E093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E093A

Black with #0E093A

Text Example


Text Example

White with #0E093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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