#100F6E

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

Shades of Midnight Blue #100F6E

Tints of Midnight Blue #100F6E

Color information

#100F6E (or 0x100F6E) is unknown color: approx Midnight Blue. HEX triplet: 10, 0F and 6E. RGB value is (16,15,110). Sum of RGB (Red+Green+Blue) = 16+15+110=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #100F6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F6E is #EFF091. Grayscale: #191919. Windows color (decimal): -15724690 or 7212816. OLE color: 7212816.

HSL color Cylindrical-coordinate representation of color #100F6E: hue angle of 240.63º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100F6E is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1615110-
CMYK0.850.8600.57
HSL240.63º76%24.51%-
HSV(B)240.63º86.36%43.14%-
XYZ3.21.5814.89-
YUV26.13175.33120.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 110 (43.36% from 255) = 78.01%
R=11.35%
G=10.64%
B=78.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16151100.850.8600.57240.637624.51
Hex10F6E5556039f14c19
Octal201715612512607136111431
Binary100001111110111010101011010110011100111110001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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