#10174D

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

Shades of Midnight Express #10174D

Tints of Midnight Express #10174D

Color information

#10174D (or 0x10174D) is unknown color: approx Midnight Express. HEX triplet: 10, 17 and 4D. RGB value is (16,23,77). Sum of RGB (Red+Green+Blue) = 16+23+77=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #10174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10174D is #EFE8B2. Grayscale: #1A1A1A. Windows color (decimal): -15722675 or 5052176. OLE color: 5052176.

HSL color Cylindrical-coordinate representation of color #10174D: hue angle of 233.11º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10174D is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB162377-
CMYK0.790.7000.70
HSL233.11º65.59%18.24%-
HSV(B)233.11º79.22%30.2%-
XYZ1.861.267.17-
YUV27.06156.18120.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 77 (30.47% from 255) = 66.38%
R=13.79%
G=19.83%
B=66.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1623770.790.7000.70233.1165.5918.24
Hex10174D4F46046e94212
Octal2027115117106010635110222
Binary10000101111001101100111110001100100011011101001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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