#101E78

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

Shades of Midnight Blue #101E78

Tints of Midnight Blue #101E78

Color information

#101E78 (or 0x101E78) is unknown color: approx Midnight Blue. HEX triplet: 10, 1E and 78. RGB value is (16,30,120). Sum of RGB (Red+Green+Blue) = 16+30+120=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #101E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E78 is #EFE187. Grayscale: #232323. Windows color (decimal): -15720840 or 7872016. OLE color: 7872016.

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

Color convert

RGB1630120-
CMYK0.870.7500.53
HSL231.92º76.47%26.67%-
HSV(B)231.92º86.67%47.06%-
XYZ4.072.3918.02-
YUV36.07175.36113.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 120 (47.27% from 255) = 72.29%
R=9.64%
G=18.07%
B=72.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16301200.870.7500.53231.9276.4726.67
Hex101E78574B035e84c1b
Octal203617012711306535011433
Binary1000011110111100010101111001011011010111101000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,30,120); }

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

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

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

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

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

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

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