#101F72

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

Shades of Midnight Blue #101F72

Tints of Midnight Blue #101F72

Color information

#101F72 (or 0x101F72) is unknown color: approx Midnight Blue. HEX triplet: 10, 1F and 72. RGB value is (16,31,114). Sum of RGB (Red+Green+Blue) = 16+31+114=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #101F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F72 is #EFE08D. Grayscale: #232323. Windows color (decimal): -15720590 or 7479056. OLE color: 7479056.

HSL color Cylindrical-coordinate representation of color #101F72: hue angle of 230.82º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101F72 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1631114-
CMYK0.860.7300.55
HSL230.82º75.38%25.49%-
HSV(B)230.82º85.96%44.71%-
XYZ3.742.3116.17-
YUV35.98172.03113.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=9.94%
G=19.25%
B=70.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16311140.860.7300.55230.8275.3825.49
Hex101F725649037e74b19
Octal203716212611106734711331
Binary1000011111111001010101101001001011011111100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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