Html Css Color HEX #0E015C Midnight Blue

📋 copy color: '#0E015C'

red 14 ◦ green 1 ◦ blue 92

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

Shades of Midnight Blue #0E015C

Tints of Midnight Blue #0E015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 85.98%

R = 13.08%
G = 0.93%
B = 85.98%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E015C (or 0x0E015C) is known color: Midnight Blue. HEX triplet: 0E, 01 and 5C. RGB value is (14,1,92). Sum of RGB (Red+Green+Blue) = 14+1+92=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 92 (36.33% from 255 or 85.98% from 107); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E015C is #F1FEA3. Grayscale: #0E0E0E. Windows color (decimal): -15859364 or 6029582. OLE color: 6029582.

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

Color convert

RGB 14 1 92 -
CMYK 0.85 0.99 0 0.64
HSL 248.57º 0.98% 0.18% -
HSV(B) 248.57º 0.99% 0.36% -
XYZ 2.12 0.89 10.18 -
YUV 15.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 14 1 92 0.85 0.99 0 0.64 248.57 0.98 0.18
Hex E 1 5C 55 63 0 40 F9 62 12
Octal 16 1 134 125 143 0 100 371 142 22
Binary 1110 1 1011100 1010101 1100011 0 1000000 11111001 1100010 10010

Color Harmonies of #0E015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E015C

Black with #0E015C

Text Example


Text Example

White with #0E015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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