#0E2384

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

Shades of Midnight Blue #0E2384

Tints of Midnight Blue #0E2384

Color information

#0E2384 (or 0x0E2384) is unknown color: approx Midnight Blue. HEX triplet: 0E, 23 and 84. RGB value is (14,35,132). Sum of RGB (Red+Green+Blue) = 14+35+132=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 132 (51.95% from 255 or 72.93% from 181); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E2384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2384 is #F1DC7B. Grayscale: #272727. Windows color (decimal): -15850620 or 8659726. OLE color: 8659726.

HSL color Cylindrical-coordinate representation of color #0E2384: hue angle of 229.32º 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 #0E2384 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1435132-
CMYK0.890.7300.48
HSL229.32º80.82%28.63%-
HSV(B)229.32º89.39%51.76%-
XYZ4.952.9622.14-
YUV39.78180.04109.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.73%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 132 (51.95% from 255) = 72.93%
R=7.73%
G=19.34%
B=72.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14351320.890.7300.48229.3280.8228.63
HexE23845949030e5511d
Octal164320413111106034512135
Binary11101000111000010010110011001001011000011100101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,35,132); }

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

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

 a { background-color: rgb(14,35,132); }

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

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

 span { border-color: rgb(14,35,132); }

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