#101C77

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

Shades of Midnight Blue #101C77

Tints of Midnight Blue #101C77

Color information

#101C77 (or 0x101C77) is unknown color: approx Midnight Blue. HEX triplet: 10, 1C and 77. RGB value is (16,28,119). Sum of RGB (Red+Green+Blue) = 16+28+119=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #101C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C77 is #EFE388. Grayscale: #222222. Windows color (decimal): -15721353 or 7805968. OLE color: 7805968.

HSL color Cylindrical-coordinate representation of color #101C77: hue angle of 233.01º 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 #101C77 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1628119-
CMYK0.870.7600.53
HSL233.01º76.3%26.47%-
HSV(B)233.01º86.55%46.67%-
XYZ3.962.2717.68-
YUV34.79175.52114.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 119 (46.88% from 255) = 73.01%
R=9.82%
G=17.18%
B=73.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16281190.870.7600.53233.0176.326.47
Hex101C77574C035e94c1a
Octal203416712711406535111432
Binary1000011100111011110101111001100011010111101001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101C77; }

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

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

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

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

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

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

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

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