#0A0E74

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

Shades of Midnight Blue #0A0E74

Tints of Midnight Blue #0A0E74

Color information

#0A0E74 (or 0x0A0E74) is unknown color: approx Midnight Blue. HEX triplet: 0A, 0E and 74. RGB value is (10,14,116). Sum of RGB (Red+Green+Blue) = 10+14+116=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A0E74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0E74 is #F5F18B. Grayscale: #181818. Windows color (decimal): -16118156 or 7605770. OLE color: 7605770.

HSL color Cylindrical-coordinate representation of color #0A0E74: hue angle of 237.74º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A0E74 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1014116-
CMYK0.910.8800.55
HSL237.74º84.13%24.71%-
HSV(B)237.74º91.38%45.49%-
XYZ3.431.6416.66-
YUV24.43179.67117.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 14 (5.86% from 255) = 10%
BLUE value IS 116 (45.70% from 255) = 82.86%
R=7.14%
G=10%
B=82.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10141160.910.8800.55237.7484.1324.71
HexAE745B58037ee5419
Octal121616413313006735612431
Binary10101110111010010110111011000011011111101110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,14,116); }

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

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

 a { background-color: rgb(10,14,116); }

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

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

 span { border-color: rgb(10,14,116); }

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