#10183C

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

Shades of Midnight Express #10183C

Tints of Midnight Express #10183C

Color information

#10183C (or 0x10183C) is unknown color: approx Midnight Express. HEX triplet: 10, 18 and 3C. RGB value is (16,24,60). Sum of RGB (Red+Green+Blue) = 16+24+60=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #10183C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10183C is #EFE7C3. Grayscale: #191919. Windows color (decimal): -15722436 or 3938320. OLE color: 3938320.

HSL color Cylindrical-coordinate representation of color #10183C: hue angle of 229.09º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10183C is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB162460-
CMYK0.730.6000.76
HSL229.09º57.89%14.9%-
HSV(B)229.09º73.33%23.53%-
XYZ1.361.094.41-
YUV25.71147.35121.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 24 (9.77% from 255) = 24%
BLUE value IS 60 (23.83% from 255) = 60%
R=16%
G=24%
B=60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1624600.730.6000.76229.0957.8914.9
Hex10183C493C04Ce53af
Octal2030741117401143457217
Binary1000011000111100100100111110001001100111001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10183C; }

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

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

<style>
 a { background-color: #10183C; }

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

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

<style>
 span { border-color: #10183C; }

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

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