Html Css Color HEX #0E055E Midnight Blue

📋 copy color: '#0E055E'

red 14 ◦ green 5 ◦ blue 94

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

Shades of Midnight Blue #0E055E

Tints of Midnight Blue #0E055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

 BLUE value IS 94 (37.11% from 255) = 83.19%

R = 12.39%
G = 4.42%
B = 83.19%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0E055E (or 0x0E055E) is known color: Midnight Blue. HEX triplet: 0E, 05 and 5E. RGB value is (14,5,94). Sum of RGB (Red+Green+Blue) = 14+5+94=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #0E055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E055E is #F1FAA1. Grayscale: #111111. Windows color (decimal): -15858338 or 6161678. OLE color: 6161678.

HSL color Cylindrical-coordinate representation of color #0E055E: hue angle of 246.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E055E is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 14 5 94 -
CMYK 0.85 0.95 0 0.63
HSL 246.07º 0.9% 0.19% -
HSV(B) 246.07º 0.95% 0.37% -
XYZ 2.26 1.01 10.67 -
YUV 17.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 14 5 94 0.85 0.95 0 0.63 246.07 0.9 0.19
Hex E 5 5E 55 5F 0 3F F6 5A 13
Octal 16 5 136 125 137 0 77 366 132 23
Binary 1110 101 1011110 1010101 1011111 0 111111 11110110 1011010 10011

Color Harmonies of #0E055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E055E

Black with #0E055E

Text Example


Text Example

White with #0E055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,5,94); }

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

background-color css

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

 a { background-color: rgb(14,5,94); }

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

border-color css

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

 span { border-color: rgb(14,5,94); }

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