#10204C

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

Shades of Midnight Express #10204C

Tints of Midnight Express #10204C

Color information

#10204C (or 0x10204C) is unknown color: approx Midnight Express. HEX triplet: 10, 20 and 4C. RGB value is (16,32,76). Sum of RGB (Red+Green+Blue) = 16+32+76=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #10204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10204C is #EFDFB3. Grayscale: #202020. Windows color (decimal): -15720372 or 4988944. OLE color: 4988944.

HSL color Cylindrical-coordinate representation of color #10204C: hue angle of 224º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10204C is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB163276-
CMYK0.790.5800.70
HSL224º65.22%18.04%-
HSV(B)224º78.95%29.8%-
XYZ2.031.667.05-
YUV32.23152.7116.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 76 (30.08% from 255) = 61.29%
R=12.90%
G=25.81%
B=61.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1632760.790.5800.7022465.2218.04
Hex10204C4F3A046e04112
Octal204011411772010634010122
Binary10000100000100110010011111110100100011011100000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,32,76); }

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

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

 a { background-color: rgb(16,32,76); }

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

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

 span { border-color: rgb(16,32,76); }

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