#0A054F

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

Shades of Midnight Blue #0A054F

Tints of Midnight Blue #0A054F

Color information

#0A054F (or 0x0A054F) is unknown color: approx Midnight Blue. HEX triplet: 0A, 05 and 4F. RGB value is (10,5,79). Sum of RGB (Red+Green+Blue) = 10+5+79=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A054F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A054F is #F5FAB0. Grayscale: #0E0E0E. Windows color (decimal): -16120497 or 5178634. OLE color: 5178634.

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

Color convert

RGB10579-
CMYK0.870.9400.69
HSL244.05º88.1%16.47%-
HSV(B)244.05º93.67%30.98%-
XYZ1.590.747.46-
YUV14.93164.16124.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 79 (31.25% from 255) = 84.04%
R=10.64%
G=5.32%
B=84.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal105790.870.9400.69244.0588.116.47
HexA54F575E045f45810
Octal125117127136010536413020
Binary10101011001111101011110111100100010111110100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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