#10203F

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

Shades of Midnight Express #10203F

Tints of Midnight Express #10203F

Color information

#10203F (or 0x10203F) is unknown color: approx Midnight Express. HEX triplet: 10, 20 and 3F. RGB value is (16,32,63). Sum of RGB (Red+Green+Blue) = 16+32+63=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #10203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10203F is #EFDFC0. Grayscale: #1E1E1E. Windows color (decimal): -15720385 or 4136976. OLE color: 4136976.

HSL color Cylindrical-coordinate representation of color #10203F: hue angle of 219.57º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10203F is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB163263-
CMYK0.750.4900.75
HSL219.57º59.49%15.49%-
HSV(B)219.57º74.6%24.71%-
XYZ1.631.54.91-
YUV30.75146.2117.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 63 (25% from 255) = 56.76%
R=14.41%
G=28.83%
B=56.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1632630.750.4900.75219.5759.4915.49
Hex10203F4B3104Bdc3bf
Octal2040771136101133347317
Binary10000100000111111100101111000101001011110111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10203F; }

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

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

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

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

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

<style>
 span { border-color: #10203F; }

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

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