Html Css Color HEX #0E005F Midnight Blue

📋 copy color: '#0E005F'

red 14 ◦ green 0 ◦ blue 95

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

Shades of Midnight Blue #0E005F

Tints of Midnight Blue #0E005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 87.16%

R = 12.84%
G = 0%
B = 87.16%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0E005F (or 0x0E005F) is known color: Midnight Blue. HEX triplet: 0E, 00 and 5F. RGB value is (14,0,95). Sum of RGB (Red+Green+Blue) = 14+0+95=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 95 (37.5% from 255 or 87.16% from 109); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E005F is #F1FFA0. Grayscale: #0E0E0E. Windows color (decimal): -15859617 or 6225934. OLE color: 6225934.

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

Color convert

RGB 14 0 95 -
CMYK 0.85 1 0 0.63
HSL 248.84º 1% 0.19% -
HSV(B) 248.84º 1% 0.37% -
XYZ 2.25 0.92 10.89 -
YUV 15.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 14 0 95 0.85 1 0 0.63 248.84 1 0.19
Hex E 0 5F 55 64 0 3F F9 64 13
Octal 16 0 137 125 144 0 77 371 144 23
Binary 1110 0 1011111 1010101 1100100 0 111111 11111001 1100100 10011

Color Harmonies of #0E005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E005F

Black with #0E005F

Text Example


Text Example

White with #0E005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,0,95); }

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

background-color css

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

 a { background-color: rgb(14,0,95); }

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

border-color css

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

 span { border-color: rgb(14,0,95); }

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