#101C41

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

Shades of Midnight Express #101C41

Tints of Midnight Express #101C41

Color information

#101C41 (or 0x101C41) is unknown color: approx Midnight Express. HEX triplet: 10, 1C and 41. RGB value is (16,28,65). Sum of RGB (Red+Green+Blue) = 16+28+65=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #101C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C41 is #EFE3BE. Grayscale: #1C1C1C. Windows color (decimal): -15721407 or 4267024. OLE color: 4267024.

HSL color Cylindrical-coordinate representation of color #101C41: hue angle of 225.31º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #101C41 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB162865-
CMYK0.750.5700.75
HSL225.31º60.49%15.88%-
HSV(B)225.31º75.38%25.49%-
XYZ1.581.325.17-
YUV28.63148.52118.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=14.68%
G=25.69%
B=59.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1628650.750.5700.75225.3160.4915.88
Hex101C414B3904Be13c10
Octal20341011137101133417420
Binary100001110010000011001011111001010010111110000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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