#100F70

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

Shades of Midnight Blue #100F70

Tints of Midnight Blue #100F70

Color information

#100F70 (or 0x100F70) is unknown color: approx Midnight Blue. HEX triplet: 10, 0F and 70. RGB value is (16,15,112). Sum of RGB (Red+Green+Blue) = 16+15+112=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #100F70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F70 is #EFF08F. Grayscale: #191919. Windows color (decimal): -15724688 or 7343888. OLE color: 7343888.

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

Color convert

RGB1615112-
CMYK0.860.8700.56
HSL240.62º76.38%24.9%-
HSV(B)240.62º86.61%43.92%-
XYZ3.311.6215.47-
YUV26.36176.33120.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 112 (44.14% from 255) = 78.32%
R=11.19%
G=10.49%
B=78.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16151120.860.8700.56240.6276.3824.9
Hex10F705657038f14c19
Octal201716012612707036111431
Binary100001111111000010101101010111011100011110001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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