#0E0360

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

Shades of Midnight Blue #0E0360

Tints of Midnight Blue #0E0360

Color information

#0E0360 (or 0x0E0360) is unknown color: approx Midnight Blue. HEX triplet: 0E, 03 and 60. RGB value is (14,3,96). Sum of RGB (Red+Green+Blue) = 14+3+96=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 96 (37.89% from 255 or 84.96% from 113); Max value from RGB is 96 - color contains mainly: blue. Hex color #0E0360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0360 is #F1FC9F. Grayscale: #101010. Windows color (decimal): -15858848 or 6292238. OLE color: 6292238.

HSL color Cylindrical-coordinate representation of color #0E0360: hue angle of 247.1º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0360 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB14396-
CMYK0.850.9700.62
HSL247.1º93.94%19.41%-
HSV(B)247.1º96.88%37.65%-
XYZ2.32111.14-
YUV16.89172.64125.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.39%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 96 (37.89% from 255) = 84.96%
R=12.39%
G=2.65%
B=84.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal143960.850.9700.62247.193.9419.41
HexE360556103Ef75e13
Octal16314012514107636713623
Binary111011110000010101011100001011111011110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,96); }

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

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

 a { background-color: rgb(14,3,96); }

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

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

 span { border-color: rgb(14,3,96); }

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