#101479

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

Shades of Midnight Blue #101479

Tints of Midnight Blue #101479

Color information

#101479 (or 0x101479) is unknown color: approx Midnight Blue. HEX triplet: 10, 14 and 79. RGB value is (16,20,121). Sum of RGB (Red+Green+Blue) = 16+20+121=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #101479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101479 is #EFEB86. Grayscale: #1D1D1D. Windows color (decimal): -15723399 or 7934992. OLE color: 7934992.

HSL color Cylindrical-coordinate representation of color #101479: hue angle of 237.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #101479 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1620121-
CMYK0.870.8300.53
HSL237.71º76.64%26.86%-
HSV(B)237.71º86.78%47.45%-
XYZ3.921.9918.27-
YUV30.32179.17117.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 121 (47.66% from 255) = 77.07%
R=10.19%
G=12.74%
B=77.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16201210.870.8300.53237.7176.6426.86
Hex1014795753035ee4d1b
Octal202417112712306535611533
Binary1000010100111100110101111010011011010111101110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101479; }

 p { color: rgb(16,20,121); }

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

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

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

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

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

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

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