#0E1B74

Color #0E1B74 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #0E1B74

Tints of Midnight Blue #0E1B74

Color information

#0E1B74 (or 0x0E1B74) is unknown color: approx Midnight Blue. HEX triplet: 0E, 1B and 74. RGB value is (14,27,116). Sum of RGB (Red+Green+Blue) = 14+27+116=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E1B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1B74 is #F1E48B. Grayscale: #202020. Windows color (decimal): -15852684 or 7609102. OLE color: 7609102.

HSL color Cylindrical-coordinate representation of color #0E1B74: hue angle of 232.35º 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 #0E1B74 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1427116-
CMYK0.880.7700.55
HSL232.35º78.46%25.49%-
HSV(B)232.35º87.93%45.49%-
XYZ3.732.1416.74-
YUV33.26174.69114.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.92%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 116 (45.70% from 255) = 73.89%
R=8.92%
G=17.20%
B=73.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14271160.880.7700.55232.3578.4625.49
HexE1B74584D037e84e19
Octal163316413011506735011631
Binary111011011111010010110001001101011011111101000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,27,116); }

 H1.HeaderClassName
 {
   color: #0E1B74;
 }
 .AnyTagClassName
 {
   color: #0E1B74;
 }
</style>
background-color css

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

 a { background-color: rgb(14,27,116); }

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

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

 span { border-color: rgb(14,27,116); }

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