#10183A

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

Shades of Midnight Express #10183A

Tints of Midnight Express #10183A

Color information

#10183A (or 0x10183A) is unknown color: approx Midnight Express. HEX triplet: 10, 18 and 3A. RGB value is (16,24,58). Sum of RGB (Red+Green+Blue) = 16+24+58=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #10183A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10183A is #EFE7C5. Grayscale: #191919. Windows color (decimal): -15722438 or 3807248. OLE color: 3807248.

HSL color Cylindrical-coordinate representation of color #10183A: hue angle of 228.57º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10183A is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB162458-
CMYK0.720.5900.77
HSL228.57º56.76%14.51%-
HSV(B)228.57º72.41%22.75%-
XYZ1.31.074.14-
YUV25.48146.35121.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.33%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 58 (23.05% from 255) = 59.18%
R=16.33%
G=24.49%
B=59.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1624580.720.5900.77228.5756.7614.51
Hex10183A483B04De539f
Octal2030721107301153457117
Binary1000011000111010100100011101101001101111001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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