#101B4E

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

Shades of Midnight Express #101B4E

Tints of Midnight Express #101B4E

Color information

#101B4E (or 0x101B4E) is unknown color: approx Midnight Express. HEX triplet: 10, 1B and 4E. RGB value is (16,27,78). Sum of RGB (Red+Green+Blue) = 16+27+78=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #101B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B4E is #EFE4B1. Grayscale: #1D1D1D. Windows color (decimal): -15721650 or 5118736. OLE color: 5118736.

HSL color Cylindrical-coordinate representation of color #101B4E: hue angle of 229.35º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #101B4E is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB162778-
CMYK0.790.6500.69
HSL229.35º65.96%18.43%-
HSV(B)229.35º79.49%30.59%-
XYZ1.981.447.38-
YUV29.52155.36118.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.22%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=13.22%
G=22.31%
B=64.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1627780.790.6500.69229.3565.9618.43
Hex101B4E4F41045e54212
Octal2033116117101010534510222
Binary10000110111001110100111110000010100010111100101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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