#101F7C

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

Shades of Midnight Blue #101F7C

Tints of Midnight Blue #101F7C

Color information

#101F7C (or 0x101F7C) is unknown color: approx Midnight Blue. HEX triplet: 10, 1F and 7C. RGB value is (16,31,124). Sum of RGB (Red+Green+Blue) = 16+31+124=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #101F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F7C is #EFE083. Grayscale: #242424. Windows color (decimal): -15720580 or 8134416. OLE color: 8134416.

HSL color Cylindrical-coordinate representation of color #101F7C: hue angle of 231.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #101F7C is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1631124-
CMYK0.870.7500.51
HSL231.67º77.14%27.45%-
HSV(B)231.67º87.1%48.63%-
XYZ4.342.5519.33-
YUV37.12177.03112.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 31 (12.5% from 255) = 18.13%
BLUE value IS 124 (48.83% from 255) = 72.51%
R=9.36%
G=18.13%
B=72.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16311240.870.7500.51231.6777.1427.45
Hex101F7C574B033e84d1b
Octal203717412711306335011533
Binary1000011111111110010101111001011011001111101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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