#101B4D

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

Shades of Midnight Express #101B4D

Tints of Midnight Express #101B4D

Color information

#101B4D (or 0x101B4D) is unknown color: approx Midnight Express. HEX triplet: 10, 1B and 4D. RGB value is (16,27,77). Sum of RGB (Red+Green+Blue) = 16+27+77=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #101B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B4D is #EFE4B2. Grayscale: #1D1D1D. Windows color (decimal): -15721651 or 5053200. OLE color: 5053200.

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

Color convert

RGB162777-
CMYK0.790.6500.70
HSL229.18º65.59%18.24%-
HSV(B)229.18º79.22%30.2%-
XYZ1.951.437.19-
YUV29.41154.86118.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 27 (10.94% from 255) = 22.5%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=13.33%
G=22.5%
B=64.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1627770.790.6500.70229.1865.5918.24
Hex101B4D4F41046e54212
Octal2033115117101010634510222
Binary10000110111001101100111110000010100011011100101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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