#10184a

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

Shades of Midnight Express #10184A

Tints of Midnight Express #10184A

Color information

#10184A (or 0x10184A) is unknown color: approx Midnight Express. HEX triplet: 10, 18 and 4A. RGB value is (16,24,74). Sum of RGB (Red+Green+Blue) = 16+24+74=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #10184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10184A is #EFE7B5. Grayscale: #1B1B1B. Windows color (decimal): -15722422 or 4855824. OLE color: 4855824.

HSL color Cylindrical-coordinate representation of color #10184A: hue angle of 231.72º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10184A is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB162474-
CMYK0.780.6800.71
HSL231.72º64.44%17.65%-
HSV(B)231.72º78.38%29.02%-
XYZ1.781.266.63-
YUV27.31154.35119.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 74 (29.30% from 255) = 64.91%
R=14.04%
G=21.05%
B=64.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1624740.780.6800.71231.7264.4417.65
Hex10184A4E44047e84012
Octal2030112116104010735010022
Binary10000110001001010100111010001000100011111101000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10184a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10184a; }

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

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

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

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

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

<style>
 span { border-color: #10184a; }

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

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