Html Css Color HEX #0E1168 Midnight Blue

📋 copy color: '#0E1168'

red 14 ◦ green 17 ◦ blue 104

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

Shades of Midnight Blue #0E1168

Tints of Midnight Blue #0E1168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

 BLUE value IS 104 (41.02% from 255) = 77.04%

R = 10.37%
G = 12.59%
B = 77.04%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E1168 (or 0x0E1168) is known color: Midnight Blue. HEX triplet: 0E, 11 and 68. RGB value is (14,17,104). Sum of RGB (Red+Green+Blue) = 14+17+104=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E1168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1168 is #F1EE97. Grayscale: #191919. Windows color (decimal): -15855256 or 6820110. OLE color: 6820110.

HSL color Cylindrical-coordinate representation of color #0E1168: hue angle of 238º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E1168 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 17 104 -
CMYK 0.87 0.84 0 0.59
HSL 238º 0.76% 0.23% -
HSV(B) 238º 0.87% 0.41% -
XYZ 2.88 1.49 13.23 -
YUV 26.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 14 17 104 0.87 0.84 0 0.59 238 0.76 0.23
Hex E 11 68 57 54 0 3B EE 4C 17
Octal 16 21 150 127 124 0 73 356 114 27
Binary 1110 10001 1101000 1010111 1010100 0 111011 11101110 1001100 10111

Color Harmonies of #0E1168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1168

Black with #0E1168

Text Example


Text Example

White with #0E1168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,17,104); }

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

background-color css

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

 a { background-color: rgb(14,17,104); }

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

border-color css

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

 span { border-color: rgb(14,17,104); }

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