#100F46

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

Shades of Midnight Express #100F46

Tints of Midnight Express #100F46

Color information

#100F46 (or 0x100F46) is unknown color: approx Midnight Express. HEX triplet: 10, 0F and 46. RGB value is (16,15,70). Sum of RGB (Red+Green+Blue) = 16+15+70=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #100F46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F46 is #EFF0B9. Grayscale: #151515. Windows color (decimal): -15724730 or 4591376. OLE color: 4591376.

HSL color Cylindrical-coordinate representation of color #100F46: hue angle of 241.09º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #100F46 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB161570-
CMYK0.770.7900.73
HSL241.09º64.71%16.67%-
HSV(B)241.09º78.57%27.45%-
XYZ1.490.895.89-
YUV21.57155.33124.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 70 (27.73% from 255) = 69.31%
R=15.84%
G=14.85%
B=69.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1615700.770.7900.73241.0964.7116.67
Hex10F464D4F049f14111
Octal2017106115117011136110121
Binary1000011111000110100110110011110100100111110001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,15,70); }

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

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

 a { background-color: rgb(16,15,70); }

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

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

 span { border-color: rgb(16,15,70); }

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