Html Css Color HEX #0E0959 Midnight Blue

📋 copy color: '#0E0959'

red 14 ◦ green 9 ◦ blue 89

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

Shades of Midnight Blue #0E0959

Tints of Midnight Blue #0E0959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 79.46%

R = 12.5%
G = 8.04%
B = 79.46%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E0959 (or 0x0E0959) is known color: Midnight Blue. HEX triplet: 0E, 09 and 59. RGB value is (14,9,89). Sum of RGB (Red+Green+Blue) = 14+9+89=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E0959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0959 is #F1F6A6. Grayscale: #131313. Windows color (decimal): -15857319 or 5835022. OLE color: 5835022.

HSL color Cylindrical-coordinate representation of color #0E0959: hue angle of 243.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0959 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 9 89 -
CMYK 0.84 0.90 0 0.65
HSL 243.75º 0.82% 0.19% -
HSV(B) 243.75º 0.9% 0.35% -
XYZ 2.08 1.01 9.54 -
YUV 19.62 167.16 124 -
System Red Green Blue C M Y K H S L
Decimal 14 9 89 0.84 0.90 0 0.65 243.75 0.82 0.19
Hex E 9 59 54 5A 0 41 F4 52 13
Octal 16 11 131 124 132 0 101 364 122 23
Binary 1110 1001 1011001 1010100 1011010 0 1000001 11110100 1010010 10011

Color Harmonies of #0E0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0959

Black with #0E0959

Text Example


Text Example

White with #0E0959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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