#0E0958

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

Shades of Midnight Blue #0E0958

Tints of Midnight Blue #0E0958

Color information

#0E0958 (or 0x0E0958) is unknown color: approx Midnight Blue. HEX triplet: 0E, 09 and 58. RGB value is (14,9,88). Sum of RGB (Red+Green+Blue) = 14+9+88=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E0958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0958 is #F1F6A7. Grayscale: #131313. Windows color (decimal): -15857320 or 5769486. OLE color: 5769486.

HSL color Cylindrical-coordinate representation of color #0E0958: hue angle of 243.8º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0958 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB14988-
CMYK0.840.9000.65
HSL243.8º81.44%19.02%-
HSV(B)243.8º89.77%34.51%-
XYZ2.040.999.32-
YUV19.5166.66124.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.61%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 88 (34.77% from 255) = 79.28%
R=12.61%
G=8.11%
B=79.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal149880.840.9000.65243.881.4419.02
HexE958545A041f45113
Octal1611130124132010136412123
Binary111010011011000101010010110100100000111110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,88); }

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

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

 a { background-color: rgb(14,9,88); }

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

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

 span { border-color: rgb(14,9,88); }

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