#0E095A

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

Shades of Midnight Blue #0E095A

Tints of Midnight Blue #0E095A

Color information

#0E095A (or 0x0E095A) is unknown color: approx Midnight Blue. HEX triplet: 0E, 09 and 5A. RGB value is (14,9,90). Sum of RGB (Red+Green+Blue) = 14+9+90=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E095A is #F1F6A5. Grayscale: #131313. Windows color (decimal): -15857318 or 5900558. OLE color: 5900558.

HSL color Cylindrical-coordinate representation of color #0E095A: hue angle of 243.7º degrees, saturation: 0.82, 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 #0E095A is Cyan = 0.84, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB14990-
CMYK0.840.900.65
HSL243.7º81.82%19.41%-
HSV(B)243.7º90%35.29%-
XYZ2.121.039.76-
YUV19.73167.66123.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.39%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 90 (35.55% from 255) = 79.65%
R=12.39%
G=7.96%
B=79.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal149900.840.900.65243.781.8219.41
HexE95A545A041f45213
Octal1611132124132010136412223
Binary111010011011010101010010110100100000111110100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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