#101F4D

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

Shades of Midnight Express #101F4D

Tints of Midnight Express #101F4D

Color information

#101F4D (or 0x101F4D) is unknown color: approx Midnight Express. HEX triplet: 10, 1F and 4D. RGB value is (16,31,77). Sum of RGB (Red+Green+Blue) = 16+31+77=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #101F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F4D is #EFE0B2. Grayscale: #1F1F1F. Windows color (decimal): -15720627 or 5054224. OLE color: 5054224.

HSL color Cylindrical-coordinate representation of color #101F4D: hue angle of 225.25º degrees, saturation: 0.66, 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 #101F4D is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB163177-
CMYK0.790.6000.70
HSL225.25º65.59%18.24%-
HSV(B)225.25º79.22%30.2%-
XYZ2.041.637.23-
YUV31.76153.53116.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 62.10%
R=12.90%
G=25%
B=62.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1631770.790.6000.70225.2565.5918.24
Hex101F4D4F3C046e14212
Octal203711511774010634110222
Binary1000011111100110110011111111000100011011100001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101F4D; }

 p { color: rgb(16,31,77); }

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

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

 a { background-color: rgb(16,31,77); }

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

<style>
 span { border-color: #101F4D; }

 span { border-color: rgb(16,31,77); }

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