#101D6E

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

Shades of Midnight Blue #101D6E

Tints of Midnight Blue #101D6E

Color information

#101D6E (or 0x101D6E) is unknown color: approx Midnight Blue. HEX triplet: 10, 1D and 6E. RGB value is (16,29,110). Sum of RGB (Red+Green+Blue) = 16+29+110=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #101D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D6E is #EFE291. Grayscale: #222222. Windows color (decimal): -15721106 or 7216400. OLE color: 7216400.

HSL color Cylindrical-coordinate representation of color #101D6E: hue angle of 231.7º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #101D6E is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1629110-
CMYK0.850.7400.57
HSL231.7º74.6%24.71%-
HSV(B)231.7º85.45%43.14%-
XYZ3.472.1114.98-
YUV34.35170.69114.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 110 (43.36% from 255) = 70.97%
R=10.32%
G=18.71%
B=70.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16291100.850.7400.57231.774.624.71
Hex101D6E554A039e84b19
Octal203515612511207135011331
Binary1000011101110111010101011001010011100111101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,29,110); }

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

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

 a { background-color: rgb(16,29,110); }

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

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

 span { border-color: rgb(16,29,110); }

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