Html Css Color HEX #0E0C79 Midnight Blue

📋 copy color: '#0E0C79'

red 14 ◦ green 12 ◦ blue 121

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

Shades of Midnight Blue #0E0C79

Tints of Midnight Blue #0E0C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.16%

 BLUE value IS 121 (47.66% from 255) = 82.31%

R = 9.52%
G = 8.16%
B = 82.31%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E0C79 (or 0x0E0C79) is known color: Midnight Blue. HEX triplet: 0E, 0C and 79. RGB value is (14,12,121). Sum of RGB (Red+Green+Blue) = 14+12+121=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E0C79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0C79 is #F1F386. Grayscale: #181818. Windows color (decimal): -15856519 or 7932942. OLE color: 7932942.

HSL color Cylindrical-coordinate representation of color #0E0C79: hue angle of 241.1º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0C79 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 12 121 -
CMYK 0.88 0.90 0 0.53
HSL 241.1º 0.82% 0.26% -
HSV(B) 241.1º 0.9% 0.47% -
XYZ 3.76 1.74 18.23 -
YUV 25.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 14 12 121 0.88 0.90 0 0.53 241.1 0.82 0.26
Hex E C 79 58 5A 0 35 F1 52 1A
Octal 16 14 171 130 132 0 65 361 122 32
Binary 1110 1100 1111001 1011000 1011010 0 110101 11110001 1010010 11010

Color Harmonies of #0E0C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0C79

Black with #0E0C79

Text Example


Text Example

White with #0E0C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,12,121); }

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

background-color css

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

 a { background-color: rgb(14,12,121); }

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

border-color css

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

 span { border-color: rgb(14,12,121); }

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