#10172F

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

Shades of Midnight Express #10172F

Tints of Midnight Express #10172F

Color information

#10172F (or 0x10172F) is unknown color: approx Midnight Express. HEX triplet: 10, 17 and 2F. RGB value is (16,23,47). Sum of RGB (Red+Green+Blue) = 16+23+47=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #10172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10172F is #EFE8D0. Grayscale: #171717. Windows color (decimal): -15722705 or 3086096. OLE color: 3086096.

HSL color Cylindrical-coordinate representation of color #10172F: hue angle of 226.45º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10172F is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB162347-
CMYK0.660.5100.82
HSL226.45º49.21%12.35%-
HSV(B)226.45º65.96%18.43%-
XYZ1.030.932.81-
YUV23.64141.18122.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.60%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 47 (18.75% from 255) = 54.65%
R=18.60%
G=26.74%
B=54.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1623470.660.5100.82226.4549.2112.35
Hex10172F4233052e231c
Octal2027571026301223426114
Binary1000010111101111100001011001101010010111000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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