Html Css Color HEX #0E094E Midnight Blue

📋 copy color: '#0E094E'

red 14 ◦ green 9 ◦ blue 78

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

Shades of Midnight Blue #0E094E

Tints of Midnight Blue #0E094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 77.23%

R = 13.86%
G = 8.91%
B = 77.23%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0E094E (or 0x0E094E) is known color: Midnight Blue. HEX triplet: 0E, 09 and 4E. RGB value is (14,9,78). Sum of RGB (Red+Green+Blue) = 14+9+78=101 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.86% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E094E is #F1F6B1. Grayscale: #121212. Windows color (decimal): -15857330 or 5114126. OLE color: 5114126.

HSL color Cylindrical-coordinate representation of color #0E094E: hue angle of 244.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E094E is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 14 9 78 -
CMYK 0.82 0.88 0 0.69
HSL 244.35º 0.79% 0.17% -
HSV(B) 244.35º 0.88% 0.31% -
XYZ 1.65 0.84 7.28 -
YUV 18.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 14 9 78 0.82 0.88 0 0.69 244.35 0.79 0.17
Hex E 9 4E 52 58 0 45 F4 4F 11
Octal 16 11 116 122 130 0 105 364 117 21
Binary 1110 1001 1001110 1010010 1011000 0 1000101 11110100 1001111 10001

Color Harmonies of #0E094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E094E

Black with #0E094E

Text Example


Text Example

White with #0E094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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