#10166C

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

Shades of Midnight Blue #10166C

Tints of Midnight Blue #10166C

Color information

#10166C (or 0x10166C) is unknown color: approx Midnight Blue. HEX triplet: 10, 16 and 6C. RGB value is (16,22,108). Sum of RGB (Red+Green+Blue) = 16+22+108=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #10166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10166C is #EFE993. Grayscale: #1D1D1D. Windows color (decimal): -15722900 or 7083536. OLE color: 7083536.

HSL color Cylindrical-coordinate representation of color #10166C: hue angle of 236.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10166C is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1622108-
CMYK0.850.8000.58
HSL236.09º74.19%24.31%-
HSV(B)236.09º85.19%42.35%-
XYZ3.211.7714.36-
YUV30.01172.01118.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 108 (42.58% from 255) = 73.97%
R=10.96%
G=15.07%
B=73.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16221080.850.8000.58236.0974.1924.31
Hex10166C555003Aec4a18
Octal202615412512007235411230
Binary1000010110110110010101011010000011101011101100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,22,108); }

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

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

 a { background-color: rgb(16,22,108); }

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

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

 span { border-color: rgb(16,22,108); }

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