Html Css Color HEX #0E065D Midnight Blue

📋 copy color: '#0E065D'

red 14 ◦ green 6 ◦ blue 93

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

Shades of Midnight Blue #0E065D

Tints of Midnight Blue #0E065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.31%

 BLUE value IS 93 (36.72% from 255) = 82.3%

R = 12.39%
G = 5.31%
B = 82.3%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E065D (or 0x0E065D) is known color: Midnight Blue. HEX triplet: 0E, 06 and 5D. RGB value is (14,6,93). Sum of RGB (Red+Green+Blue) = 14+6+93=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #0E065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E065D is #F1F9A2. Grayscale: #111111. Windows color (decimal): -15858083 or 6096398. OLE color: 6096398.

HSL color Cylindrical-coordinate representation of color #0E065D: hue angle of 245.52º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E065D is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 6 93 -
CMYK 0.85 0.94 0 0.64
HSL 245.52º 0.88% 0.19% -
HSV(B) 245.52º 0.94% 0.36% -
XYZ 2.22 1.01 10.43 -
YUV 18.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 14 6 93 0.85 0.94 0 0.64 245.52 0.88 0.19
Hex E 6 5D 55 5E 0 40 F6 58 13
Octal 16 6 135 125 136 0 100 366 130 23
Binary 1110 110 1011101 1010101 1011110 0 1000000 11110110 1011000 10011

Color Harmonies of #0E065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E065D

Black with #0E065D

Text Example


Text Example

White with #0E065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,6,93); }

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

background-color css

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

 a { background-color: rgb(14,6,93); }

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

border-color css

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

 span { border-color: rgb(14,6,93); }

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