#10177F

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

Shades of Midnight Blue #10177F

Tints of Midnight Blue #10177F

Color information

#10177F (or 0x10177F) is unknown color: approx Midnight Blue. HEX triplet: 10, 17 and 7F. RGB value is (16,23,127). Sum of RGB (Red+Green+Blue) = 16+23+127=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #10177F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10177F is #EFE880. Grayscale: #202020. Windows color (decimal): -15722625 or 8328976. OLE color: 8328976.

HSL color Cylindrical-coordinate representation of color #10177F: hue angle of 236.22º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10177F is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1623127-
CMYK0.870.8200.50
HSL236.22º77.62%28.04%-
HSV(B)236.22º87.4%49.8%-
XYZ4.352.2620.28-
YUV32.76181.18116.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 127 (50% from 255) = 76.51%
R=9.64%
G=13.86%
B=76.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16231270.870.8200.50236.2277.6228.04
Hex10177F5752032ec4e1c
Octal202717712712206235411634
Binary1000010111111111110101111010010011001011101100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10177F; }

 p { color: rgb(16,23,127); }

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

<style>
 a { background-color: #10177F; }

 a { background-color: rgb(16,23,127); }

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

<style>
 span { border-color: #10177F; }

 span { border-color: rgb(16,23,127); }

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