#101072

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

Shades of Midnight Blue #101072

Tints of Midnight Blue #101072

Color information

#101072 (or 0x101072) is unknown color: approx Midnight Blue. HEX triplet: 10, 10 and 72. RGB value is (16,16,114). Sum of RGB (Red+Green+Blue) = 16+16+114=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 114 (44.92% from 255 or 78.08% from 146); Max value from RGB is 114 - color contains mainly: blue. Hex color #101072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101072 is #EFEF8D. Grayscale: #1A1A1A. Windows color (decimal): -15724430 or 7475216. OLE color: 7475216.

HSL color Cylindrical-coordinate representation of color #101072: hue angle of 240º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101072 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1616114-
CMYK0.860.8600.55
HSL240º75.38%25.49%-
HSV(B)240º85.96%44.71%-
XYZ3.441.716.07-
YUV27.17177120.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 114 (44.92% from 255) = 78.08%
R=10.96%
G=10.96%
B=78.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16161140.860.8600.5524075.3825.49
Hex1010725656037f04b19
Octal202016212612606736011331
Binary1000010000111001010101101010110011011111110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101072; }

 p { color: rgb(16,16,114); }

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

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

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

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

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

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

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