#0E1673

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

Shades of Midnight Blue #0E1673

Tints of Midnight Blue #0E1673

Color information

#0E1673 (or 0x0E1673) is unknown color: approx Midnight Blue. HEX triplet: 0E, 16 and 73. RGB value is (14,22,115). Sum of RGB (Red+Green+Blue) = 14+22+115=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E1673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1673 is #F1E98C. Grayscale: #1D1D1D. Windows color (decimal): -15853965 or 7542286. OLE color: 7542286.

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

Color convert

RGB1422115-
CMYK0.880.8100.55
HSL235.25º78.29%25.29%-
HSV(B)235.25º87.83%45.1%-
XYZ3.561.916.4-
YUV30.21175.85116.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 115 (45.31% from 255) = 76.16%
R=9.27%
G=14.57%
B=76.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14221150.880.8100.55235.2578.2925.29
HexE16735851037eb4e19
Octal162616313012106735311631
Binary111010110111001110110001010001011011111101011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,22,115); }

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

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

 a { background-color: rgb(14,22,115); }

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

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

 span { border-color: rgb(14,22,115); }

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