#101F4C

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

Shades of Midnight Express #101F4C

Tints of Midnight Express #101F4C

Color information

#101F4C (or 0x101F4C) is unknown color: approx Midnight Express. HEX triplet: 10, 1F and 4C. RGB value is (16,31,76). Sum of RGB (Red+Green+Blue) = 16+31+76=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #101F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101F4C is #EFE0B3. Grayscale: #1F1F1F. Windows color (decimal): -15720628 or 4988688. OLE color: 4988688.

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

Color convert

RGB163176-
CMYK0.790.5900.70
HSL225º65.22%18.04%-
HSV(B)225º78.95%29.8%-
XYZ2.011.617.04-
YUV31.64153.03116.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=13.01%
G=25.20%
B=61.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1631760.790.5900.7022565.2218.04
Hex101F4C4F3B046e14112
Octal203711411773010634110122
Binary1000011111100110010011111110110100011011100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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