#05177C

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

Shades of Midnight Blue #05177C

Tints of Midnight Blue #05177C

Color information

#05177C (or 0x05177C) is unknown color: approx Midnight Blue. HEX triplet: 05, 17 and 7C. RGB value is (5,23,124). Sum of RGB (Red+Green+Blue) = 5+23+124=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 124 (48.83% from 255 or 81.58% from 152); Max value from RGB is 124 - color contains mainly: blue. Hex color #05177C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05177C is #FAE883. Grayscale: #1C1C1C. Windows color (decimal): -16443524 or 8132357. OLE color: 8132357.

HSL color Cylindrical-coordinate representation of color #05177C: hue angle of 230.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05177C is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB523124-
CMYK0.960.8100.51
HSL230.92º92.25%25.29%-
HSV(B)230.92º95.97%48.63%-
XYZ4.012.119.26-
YUV29.13181.54110.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 124 (48.83% from 255) = 81.58%
R=3.29%
G=15.13%
B=81.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5231240.960.8100.51230.9292.2525.29
Hex5177C6051033e75c19
Octal52717414012106334713431
Binary10110111111110011000001010001011001111100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05177C; }

 p { color: rgb(5,23,124); }

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

<style>
 a { background-color: #05177C; }

 a { background-color: rgb(5,23,124); }

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

<style>
 span { border-color: #05177C; }

 span { border-color: rgb(5,23,124); }

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