#0A1772

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

Shades of Midnight Blue #0A1772

Tints of Midnight Blue #0A1772

Color information

#0A1772 (or 0x0A1772) is unknown color: approx Midnight Blue. HEX triplet: 0A, 17 and 72. RGB value is (10,23,114). Sum of RGB (Red+Green+Blue) = 10+23+114=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A1772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1772 is #F5E88D. Grayscale: #1D1D1D. Windows color (decimal): -16115854 or 7477002. OLE color: 7477002.

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

Color convert

RGB1023114-
CMYK0.910.8000.55
HSL232.5º83.87%24.31%-
HSV(B)232.5º91.23%44.71%-
XYZ3.471.8916.1-
YUV29.49175.69114.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.80%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 114 (44.92% from 255) = 77.55%
R=6.80%
G=15.65%
B=77.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10231140.910.8000.55232.583.8724.31
HexA17725B50037e85418
Octal122716213312006735012430
Binary101010111111001010110111010000011011111101000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,23,114); }

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

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

 a { background-color: rgb(10,23,114); }

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

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

 span { border-color: rgb(10,23,114); }

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