Html Css Color HEX #0E1072 Midnight Blue

📋 copy color: '#0E1072'

red 14 ◦ green 16 ◦ blue 114

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

Shades of Midnight Blue #0E1072

Tints of Midnight Blue #0E1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.11%

 BLUE value IS 114 (44.92% from 255) = 79.17%

R = 9.72%
G = 11.11%
B = 79.17%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E1072 (or 0x0E1072) is known color: Midnight Blue. HEX triplet: 0E, 10 and 72. RGB value is (14,16,114). Sum of RGB (Red+Green+Blue) = 14+16+114=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E1072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1072 is #F1EF8D. Grayscale: #1A1A1A. Windows color (decimal): -15855502 or 7475214. OLE color: 7475214.

HSL color Cylindrical-coordinate representation of color #0E1072: hue angle of 238.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E1072 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 16 114 -
CMYK 0.88 0.86 0 0.55
HSL 238.8º 0.78% 0.25% -
HSV(B) 238.8º 0.88% 0.45% -
XYZ 3.4 1.68 16.06 -
YUV 26.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 14 16 114 0.88 0.86 0 0.55 238.8 0.78 0.25
Hex E 10 72 58 56 0 37 EF 4E 19
Octal 16 20 162 130 126 0 67 357 116 31
Binary 1110 10000 1110010 1011000 1010110 0 110111 11101111 1001110 11001

Color Harmonies of #0E1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1072

Black with #0E1072

Text Example


Text Example

White with #0E1072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,16,114); }

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

background-color css

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

 a { background-color: rgb(14,16,114); }

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

border-color css

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

 span { border-color: rgb(14,16,114); }

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