#0A054D

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

Shades of Midnight Blue #0A054D

Tints of Midnight Blue #0A054D

Color information

#0A054D (or 0x0A054D) is unknown color: approx Midnight Blue. HEX triplet: 0A, 05 and 4D. RGB value is (10,5,77). Sum of RGB (Red+Green+Blue) = 10+5+77=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A054D is #F5FAB2. Grayscale: #0E0E0E. Windows color (decimal): -16120499 or 5047562. OLE color: 5047562.

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

Color convert

RGB10577-
CMYK0.870.9400.70
HSL244.17º87.8%16.08%-
HSV(B)244.17º93.51%30.2%-
XYZ1.520.717.08-
YUV14.7163.16124.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.87%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 77 (30.47% from 255) = 83.70%
R=10.87%
G=5.43%
B=83.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal105770.870.9400.70244.1787.816.08
HexA54D575E046f45810
Octal125115127136010636413020
Binary10101011001101101011110111100100011011110100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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