#100B3F

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

Shades of Midnight Express #100B3F

Tints of Midnight Express #100B3F

Color information

#100B3F (or 0x100B3F) is unknown color: approx Midnight Express. HEX triplet: 10, 0B and 3F. RGB value is (16,11,63). Sum of RGB (Red+Green+Blue) = 16+11+63=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 63 (25% from 255 or 70% from 90); Max value from RGB is 63 - color contains mainly: blue. Hex color #100B3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B3F is #EFF4C0. Grayscale: #121212. Windows color (decimal): -15725761 or 4131600. OLE color: 4131600.

HSL color Cylindrical-coordinate representation of color #100B3F: hue angle of 245.77º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100B3F is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB161163-
CMYK0.750.8300.75
HSL245.77º70.27%14.51%-
HSV(B)245.77º82.54%24.71%-
XYZ1.230.714.77-
YUV18.42153.16126.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.78%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 63 (25% from 255) = 70%
R=17.78%
G=12.22%
B=70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1611630.750.8300.75245.7770.2714.51
Hex10B3F4B5304Bf646f
Octal201377113123011336610617
Binary10000101111111110010111010011010010111111011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100B3F; }

 p { color: rgb(16,11,63); }

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

<style>
 a { background-color: #100B3F; }

 a { background-color: rgb(16,11,63); }

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

<style>
 span { border-color: #100B3F; }

 span { border-color: rgb(16,11,63); }

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