#0A177A

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

Shades of Midnight Blue #0A177A

Tints of Midnight Blue #0A177A

Color information

#0A177A (or 0x0A177A) is unknown color: approx Midnight Blue. HEX triplet: 0A, 17 and 7A. RGB value is (10,23,122). Sum of RGB (Red+Green+Blue) = 10+23+122=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 122 (48.05% from 255 or 78.71% from 155); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A177A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A177A is #F5E885. Grayscale: #1D1D1D. Windows color (decimal): -16115846 or 8001290. OLE color: 8001290.

HSL color Cylindrical-coordinate representation of color #0A177A: hue angle of 233.04º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A177A is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1023122-
CMYK0.920.8100.52
HSL233.04º84.85%25.88%-
HSV(B)233.04º91.8%47.84%-
XYZ3.942.0818.61-
YUV30.4179.69113.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 122 (48.05% from 255) = 78.71%
R=6.45%
G=14.84%
B=78.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10231220.920.8100.52233.0484.8525.88
HexA177A5C51034e9551a
Octal122717213412106435112532
Binary101010111111101010111001010001011010011101001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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