#0A074D

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

Shades of Midnight Blue #0A074D

Tints of Midnight Blue #0A074D

Color information

#0A074D (or 0x0A074D) is unknown color: approx Midnight Blue. HEX triplet: 0A, 07 and 4D. RGB value is (10,7,77). Sum of RGB (Red+Green+Blue) = 10+7+77=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A074D is #F5F8B2. Grayscale: #0F0F0F. Windows color (decimal): -16119987 or 5048074. OLE color: 5048074.

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

Color convert

RGB10777-
CMYK0.870.9100.70
HSL242.57º83.33%16.47%-
HSV(B)242.57º90.91%30.2%-
XYZ1.540.757.09-
YUV15.88162.49123.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 77 (30.47% from 255) = 81.91%
R=10.64%
G=7.45%
B=81.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal107770.870.9100.70242.5783.3316.47
HexA74D575B046f35310
Octal127115127133010636312320
Binary10101111001101101011110110110100011011110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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