#0A094D

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

Shades of Midnight Blue #0A094D

Tints of Midnight Blue #0A094D

Color information

#0A094D (or 0x0A094D) is unknown color: approx Midnight Blue. HEX triplet: 0A, 09 and 4D. RGB value is (10,9,77). Sum of RGB (Red+Green+Blue) = 10+9+77=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A094D is #F5F6B2. Grayscale: #101010. Windows color (decimal): -16119475 or 5048586. OLE color: 5048586.

HSL color Cylindrical-coordinate representation of color #0A094D: hue angle of 240.88º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A094D is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB10977-
CMYK0.870.8800.70
HSL240.88º79.07%16.86%-
HSV(B)240.88º88.31%30.2%-
XYZ1.560.87.09-
YUV17.05161.83122.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 77 (30.47% from 255) = 80.21%
R=10.42%
G=9.38%
B=80.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal109770.870.8800.70240.8879.0716.86
HexA94D5758046f14f11
Octal1211115127130010636111721
Binary101010011001101101011110110000100011011110001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,9,77); }

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

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

 a { background-color: rgb(10,9,77); }

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

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

 span { border-color: rgb(10,9,77); }

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