#101F78

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

Shades of Midnight Blue #101F78

Tints of Midnight Blue #101F78

Color information

#101F78 (or 0x101F78) is unknown color: approx Midnight Blue. HEX triplet: 10, 1F and 78. RGB value is (16,31,120). Sum of RGB (Red+Green+Blue) = 16+31+120=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #101F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F78 is #EFE087. Grayscale: #242424. Windows color (decimal): -15720584 or 7872272. OLE color: 7872272.

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

Color convert

RGB1631120-
CMYK0.870.7400.53
HSL231.35º76.47%26.67%-
HSV(B)231.35º86.67%47.06%-
XYZ4.092.4518.03-
YUV36.66175.03113.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.58%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 120 (47.27% from 255) = 71.86%
R=9.58%
G=18.56%
B=71.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16311200.870.7400.53231.3576.4726.67
Hex101F78574A035e74c1b
Octal203717012711206534711433
Binary1000011111111100010101111001010011010111100111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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