#10174F

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

Shades of Midnight Express #10174F

Tints of Midnight Express #10174F

Color information

#10174F (or 0x10174F) is unknown color: approx Midnight Express. HEX triplet: 10, 17 and 4F. RGB value is (16,23,79). Sum of RGB (Red+Green+Blue) = 16+23+79=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #10174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10174F is #EFE8B0. Grayscale: #1B1B1B. Windows color (decimal): -15722673 or 5183248. OLE color: 5183248.

HSL color Cylindrical-coordinate representation of color #10174F: hue angle of 233.33º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10174F is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB162379-
CMYK0.800.7100.69
HSL233.33º66.32%18.63%-
HSV(B)233.33º79.75%30.98%-
XYZ1.931.297.54-
YUV27.29157.18119.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 79 (31.25% from 255) = 66.95%
R=13.56%
G=19.49%
B=66.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1623790.800.7100.69233.3366.3218.63
Hex10174F5047045e94213
Octal2027117120107010535110223
Binary10000101111001111101000010001110100010111101001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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