Html Css Color HEX #0E015E Midnight Blue

📋 copy color: '#0E015E'

red 14 ◦ green 1 ◦ blue 94

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

Shades of Midnight Blue #0E015E

Tints of Midnight Blue #0E015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 12.84%
G = 0.92%
B = 86.24%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0E015E (or 0x0E015E) is known color: Midnight Blue. HEX triplet: 0E, 01 and 5E. RGB value is (14,1,94). Sum of RGB (Red+Green+Blue) = 14+1+94=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 94 (37.11% from 255 or 86.24% from 109); Max value from RGB is 94 - color contains mainly: blue. Hex color #0E015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E015E is #F1FEA1. Grayscale: #0F0F0F. Windows color (decimal): -15859362 or 6160654. OLE color: 6160654.

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

Color convert

RGB 14 1 94 -
CMYK 0.85 0.99 0 0.63
HSL 248.39º 0.98% 0.19% -
HSV(B) 248.39º 0.99% 0.37% -
XYZ 2.21 0.92 10.65 -
YUV 15.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 14 1 94 0.85 0.99 0 0.63 248.39 0.98 0.19
Hex E 1 5E 55 63 0 3F F8 62 13
Octal 16 1 136 125 143 0 77 370 142 23
Binary 1110 1 1011110 1010101 1100011 0 111111 11111000 1100010 10011

Color Harmonies of #0E015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E015E

Black with #0E015E

Text Example


Text Example

White with #0E015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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