#101477

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

Shades of Midnight Blue #101477

Tints of Midnight Blue #101477

Color information

#101477 (or 0x101477) is unknown color: approx Midnight Blue. HEX triplet: 10, 14 and 77. RGB value is (16,20,119). Sum of RGB (Red+Green+Blue) = 16+20+119=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #101477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101477 is #EFEB88. Grayscale: #1D1D1D. Windows color (decimal): -15723401 or 7803920. OLE color: 7803920.

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

Color convert

RGB1620119-
CMYK0.870.8300.53
HSL237.67º76.3%26.47%-
HSV(B)237.67º86.55%46.67%-
XYZ3.791.9417.63-
YUV30.09178.17117.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 119 (46.88% from 255) = 76.77%
R=10.32%
G=12.90%
B=76.77%

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
Decimal16201190.870.8300.53237.6776.326.47
Hex1014775753035ee4c1a
Octal202416712712306535611432
Binary1000010100111011110101111010011011010111101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101477; }

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

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

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

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

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

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

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

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