#10182E

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

Shades of Midnight Express #10182E

Tints of Midnight Express #10182E

Color information

#10182E (or 0x10182E) is unknown color: approx Midnight Express. HEX triplet: 10, 18 and 2E. RGB value is (16,24,46). Sum of RGB (Red+Green+Blue) = 16+24+46=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #10182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10182E is #EFE7D1. Grayscale: #181818. Windows color (decimal): -15722450 or 3020816. OLE color: 3020816.

HSL color Cylindrical-coordinate representation of color #10182E: hue angle of 224º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10182E is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB162446-
CMYK0.650.4800.82
HSL224º48.39%12.16%-
HSV(B)224º65.22%18.04%-
XYZ1.030.962.72-
YUV24.12140.35122.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.60%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 46 (18.36% from 255) = 53.49%
R=18.60%
G=27.91%
B=53.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1624460.650.4800.8222448.3912.16
Hex10182E4130052e030c
Octal2030561016001223406014
Binary1000011000101110100000111000001010010111000001100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10182E; }

 p { color: rgb(16,24,46); }

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

<style>
 a { background-color: #10182E; }

 a { background-color: rgb(16,24,46); }

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

<style>
 span { border-color: #10182E; }

 span { border-color: rgb(16,24,46); }

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