#101C4B

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

Shades of Midnight Express #101C4B

Tints of Midnight Express #101C4B

Color information

#101C4B (or 0x101C4B) is unknown color: approx Midnight Express. HEX triplet: 10, 1C and 4B. RGB value is (16,28,75). Sum of RGB (Red+Green+Blue) = 16+28+75=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #101C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C4B is #EFE3B4. Grayscale: #1D1D1D. Windows color (decimal): -15721397 or 4922384. OLE color: 4922384.

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

Color convert

RGB162875-
CMYK0.790.6300.71
HSL227.8º64.84%17.84%-
HSV(B)227.8º78.67%29.41%-
XYZ1.91.456.84-
YUV29.77153.52118.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 28 (11.33% from 255) = 23.53%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=13.45%
G=23.53%
B=63.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1628750.790.6300.71227.864.8417.84
Hex101C4B4F3F047e44112
Octal203411311777010734410122
Binary1000011100100101110011111111110100011111100100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,28,75); }

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

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

 a { background-color: rgb(16,28,75); }

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

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

 span { border-color: rgb(16,28,75); }

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