#10167D

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

Shades of Midnight Blue #10167D

Tints of Midnight Blue #10167D

Color information

#10167D (or 0x10167D) is unknown color: approx Midnight Blue. HEX triplet: 10, 16 and 7D. RGB value is (16,22,125). Sum of RGB (Red+Green+Blue) = 16+22+125=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #10167D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10167D is #EFE982. Grayscale: #1F1F1F. Windows color (decimal): -15722883 or 8197648. OLE color: 8197648.

HSL color Cylindrical-coordinate representation of color #10167D: hue angle of 236.7º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10167D is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1622125-
CMYK0.870.8200.51
HSL236.7º77.3%27.65%-
HSV(B)236.7º87.2%49.02%-
XYZ4.22.1619.6-
YUV31.95180.51116.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 125 (49.22% from 255) = 76.69%
R=9.82%
G=13.50%
B=76.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16221250.870.8200.51236.777.327.65
Hex10167D5752033ed4d1c
Octal202617512712206335511534
Binary1000010110111110110101111010010011001111101101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10167D; }

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

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

<style>
 a { background-color: #10167D; }

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

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

<style>
 span { border-color: #10167D; }

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

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