#0e2185

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

Shades of Midnight Blue #0E2185

Tints of Midnight Blue #0E2185

Color information

#0E2185 (or 0x0E2185) is unknown color: approx Midnight Blue. HEX triplet: 0E, 21 and 85. RGB value is (14,33,133). Sum of RGB (Red+Green+Blue) = 14+33+133=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #0E2185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2185 is #F1DE7A. Grayscale: #262626. Windows color (decimal): -15851131 or 8724750. OLE color: 8724750.

HSL color Cylindrical-coordinate representation of color #0E2185: hue angle of 230.42º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E2185 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1433133-
CMYK0.890.7500.48
HSL230.42º80.95%28.82%-
HSV(B)230.42º89.47%52.16%-
XYZ4.962.8722.48-
YUV38.72181.21110.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.78%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 133 (52.34% from 255) = 73.89%
R=7.78%
G=18.33%
B=73.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14331330.890.7500.48230.4280.9528.82
HexE2185594B030e6511d
Octal164120513111306034612135
Binary11101000011000010110110011001011011000011100110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e2185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,33,133); }

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

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

 a { background-color: rgb(14,33,133); }

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

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

 span { border-color: rgb(14,33,133); }

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